后台-登录-恢复验证码
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
Reference in New Issue
Block a user