From 49d2ebf5841d1a7575246af5831db4854e15ab85 Mon Sep 17 00:00:00 2001 From: icssoa <615206459@qq.com> Date: Thu, 29 Sep 2022 11:24:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/base/pages/login/index.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/modules/base/pages/login/index.vue b/src/modules/base/pages/login/index.vue index 17ead58..5f01c1a 100644 --- a/src/modules/base/pages/login/index.vue +++ b/src/modules/base/pages/login/index.vue @@ -50,7 +50,6 @@
登录 - Test
@@ -78,10 +77,6 @@ const form = reactive({ verifyCode: "" }); -function toTest() { - router.push("/my/info"); -} - // 登录 async function toLogin() { if (!form.username) {