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