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