瀏覽代碼

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 () {
     this.$root.$on('editorInsert', opts => {
-      this.config.loginBgUrl = opts.path
+      this.config.authLoginBgUrl = opts.path
     })
   },
   beforeDestroy() {