Browse Source

fix: login bg insert from asset not working

pull/2452/head
NGPixel 4 years ago
parent
commit
a381d4f314
1 changed files with 1 additions and 1 deletions
  1. 2
      client/components/admin/admin-security.vue

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

Loading…
Cancel
Save