fix: login bg insert from asset not working
This commit is contained in:
@@ -367,7 +367,7 @@ export default {
|
||||
},
|
||||
mounted () {
|
||||
this.$root.$on('editorInsert', opts => {
|
||||
this.config.loginBgUrl = opts.path
|
||||
this.config.authLoginBgUrl = opts.path
|
||||
})
|
||||
},
|
||||
beforeDestroy() {
|
||||
|
Reference in New Issue
Block a user