Преглед на файлове

fix: login bg insert from asset not working

NGPixel преди 4 години
родител
ревизия
a381d4f314
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      client/components/admin/admin-security.vue

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

@@ -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() {