后台-登录-恢复验证码

This commit is contained in:
khalil
2024-07-15 18:49:39 +08:00
parent 76f9bcddab
commit 12761b956c

View File

@@ -72,7 +72,7 @@ export default {
name: "LoginView", name: "LoginView",
data () { data () {
return { return {
smsSwitch: false, smsSwitch: true,
}; };
}, },
setup () { setup () {
@@ -81,7 +81,7 @@ export default {
}; };
}, },
created () { created () {
this.smsSwitch = false; this.smsSwitch = true;
this.$nextTick(function () { this.$nextTick(function () {
this.initData(); this.initData();
}); });