gaoshp
2025-08-28 bf07ac497ebd597e841ed6b5538ec590c7790766
src/page/login/userlogin.vue
@@ -102,9 +102,9 @@
        //角色ID
        roleId: '',
        //用户名
        username: 'admin',
        username: '',//原值admin
        //密码
        password: 'admin',
        password: '',//原值admin
        //账号类型
        type: 'account',
        //验证码的值
@@ -179,6 +179,7 @@
    };
  },
  created() {
    clearInterval(window.remindIntervalId);
    this.getTenant();
    this.refreshCode();
  },