Ver código fonte

fix: login bg insert from asset not working

NGPixel 4 anos atrás
pai
commit
a381d4f314
1 arquivos alterados com 1 adições e 1 exclusões
  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() {