From 15bbafd7dd4de77a560ff3846d7e25ac496ac20d Mon Sep 17 00:00:00 2001 From: zch Date: Wed, 4 Dec 2024 10:01:24 +0800 Subject: [PATCH] =?UTF-8?q?refactor(login):=20=E6=B3=A8=E9=87=8A=E6=8E=89?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E9=AA=8C=E8=AF=81=E7=A0=81=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 login.vue 文件中,注释掉了 created钩子中的 this.getCode() 方法调用 --- src/views/login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/login.vue b/src/views/login.vue index bba3e86..6ba7c06 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -104,7 +104,7 @@ export default { } }, created() { - this.getCode(); + /* this.getCode(); */ this.getCookie(); }, methods: {