refactor(login): 注释掉获取验证码方法

- 在 login.vue 文件中,注释掉了 created钩子中的 this.getCode() 方法调用
master
zch 7 months ago
parent 717788c5f0
commit 15bbafd7dd

@ -104,7 +104,7 @@ export default {
}
},
created() {
this.getCode();
/* this.getCode(); */
this.getCookie();
},
methods: {

Loading…
Cancel
Save