定时器bug
This commit is contained in:
@@ -299,7 +299,9 @@ export default defineComponent({
|
||||
loginTime: true,
|
||||
};
|
||||
},
|
||||
|
||||
onBeforeUnmount() {
|
||||
this.clearTimer();
|
||||
},
|
||||
methods: {
|
||||
changeLoginType(type: string) {
|
||||
this.loginType = type;
|
||||
|
||||
@@ -299,7 +299,9 @@ export default defineComponent({
|
||||
loginTime: true,
|
||||
};
|
||||
},
|
||||
|
||||
onBeforeUnmount() {
|
||||
this.clearTimer();
|
||||
},
|
||||
methods: {
|
||||
changeLoginType(type: string) {
|
||||
this.loginType = type;
|
||||
|
||||
@@ -299,7 +299,9 @@ export default defineComponent({
|
||||
loginTime: true,
|
||||
};
|
||||
},
|
||||
|
||||
onBeforeUnmount() {
|
||||
this.clearTimer();
|
||||
},
|
||||
methods: {
|
||||
changeLoginType(type: string) {
|
||||
this.loginType = type;
|
||||
|
||||
Reference in New Issue
Block a user