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