From ba84b9da064757e111ab5c6506086e9b44353970 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Mon, 10 Mar 2025 13:57:06 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E5=8F=96=E6=B6=88=E6=97=A0=E6=84=9F?= =?UTF-8?q?=E7=99=BB=E5=BD=95"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 5facd34b08f564a9013b077de7cc3f18378a8215. # Conflicts: # src/views/login/index.vue --- src/views/login/index.vue | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 0d9ec61..6f43306 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -50,16 +50,11 @@ onBeforeMount(() => { } }else{ - console.log("=======levere=======>",route.query.userkey,route.query.token) + console.log("=======3=======>",route.query.userkey,route.query.token) userPinia.getInfo() - nextTick(() => { - router.push('/') - }) + router.push('/') } - - // xingzhi.value = 1 - // getSignCode() }) const loginForm = ref(ElForm); //表单实例化