doum
2026-03-05 261bb67c5c2ce8095d849b142abb799de53c0fa2
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') || ''