后台-登录-恢复验证码

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",
data () {
return {
smsSwitch: false,
smsSwitch: true,
};
},
setup () {
@@ -81,7 +81,7 @@ export default {
};
},
created () {
this.smsSwitch = false;
this.smsSwitch = true;
this.$nextTick(function () {
this.initData();
});