Commit a381d4f3 authored by NGPixel's avatar NGPixel

fix: login bg insert from asset not working

parent 6340f219
...@@ -367,7 +367,7 @@ export default { ...@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment