Browse Source

fix: login bg insert from asset not working

NGPixel 4 years ago
parent
commit
a381d4f314
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/components/admin/admin-security.vue

+ 1 - 1
client/components/admin/admin-security.vue

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