fix: login bg insert from asset not working
This commit is contained in:
parent
6340f21969
commit
a381d4f314
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user