fix: login bg insert from asset not working

pull/2452/head
NGPixel 5 years ago
parent 6340f21969
commit a381d4f314

@ -367,7 +367,7 @@ export default {
},
mounted () {
this.$root.$on('editorInsert', opts => {
this.config.loginBgUrl = opts.path
this.config.authLoginBgUrl = opts.path
})
},
beforeDestroy() {

Loading…
Cancel
Save