-
{{"客服电话:0551-62573713"}}
@@ -390,7 +361,7 @@ export default {
},
},
created() {
- this.getCode(1) // 默认账号密码登录 type 传1
+ // this.getCode(1) // 默认账号密码登录 type 传1
this.getCookie()
},
methods: {
@@ -534,7 +505,7 @@ export default {
.catch(() => {
this.loading = false
if (this.captchaEnabled) {
- this.getCode(1)
+ // this.getCode(1)
}
})
}