Explorar el Código

fix: login bg insert from asset not working

NGPixel hace 4 años
padre
commit
a381d4f314
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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() {