admin/src/views/login.vue
@@ -104,6 +104,7 @@ ...mapState(['sysConfig']) }, mounted () { alert(1) this.username = localStorage.getItem('username') || '' this.password = localStorage.getItem('password') || '' this.phone = localStorage.getItem('phone') || ''