doum
2026-03-06 d3c376f9aaf578e3870d9934fd30e902792f9c5d
admin/src/views/login.vue
@@ -104,18 +104,17 @@
    ...mapState(['sysConfig'])
  },
  mounted () {
    alert(1)
    this.username = localStorage.getItem('username') || ''
    this.password = localStorage.getItem('password') || ''
    this.phone = localStorage.getItem('phone') || ''
    const isRemPsd = localStorage.getItem('isRemPsd') || false
    this.isRemPsd = JSON.parse(isRemPsd)
    this.refreshCaptcha()
    this.getSystemConfig()
    this.getSystemConfigDo()
  },
  methods: {
    ...mapMutations(['setUserInfo', 'setSysconfig']),
    getSystemConfig () {
    getSystemConfigDo () {
      getSystemConfig()
        .then((res) => {
          if (res && res.subtitle) {