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(); },