Browse Source

fix: login bg insert from asset not working

NGPixel 4 năm trước cách đây
mục cha
commit
a381d4f314
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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() {