From 5a2b6e23d459d3416dee98b417dad82a6659337f Mon Sep 17 00:00:00 2001 From: yaoyuhao Date: Thu, 14 Nov 2024 09:08:50 +0800 Subject: [PATCH 1/3] 1 --- src/view/guide.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/view/guide.vue b/src/view/guide.vue index 39ec9bf..05f1ad2 100644 --- a/src/view/guide.vue +++ b/src/view/guide.vue @@ -137,8 +137,6 @@ const getCookie = (cname) => { }; // 登录 const login = () => { - console.log(111111111); - let backurl = tools.data.get("backUrl"); dd.getAuthCode() .then((res) => { @@ -155,8 +153,6 @@ const login = () => { tools.data.set("type", 1); getMenu(); if (backurl) { - console.log(222222); - window.location.href = backurl; tools.data.remove("backUrl"); } @@ -217,7 +213,6 @@ const login = () => { window.addEventListener("mousemove", resetTimer); window.addEventListener("keydown", resetTimer); if (backurl) { - console.log(33333333333); window.location.href = backurl; tools.data.remove("backUrl"); } From 57020922eeeb5f14f74efd7c8fd0beeaaea066ed Mon Sep 17 00:00:00 2001 From: yaoyuhao Date: Fri, 15 Nov 2024 09:55:17 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=9C=AA=E6=93=8D=E4=BD=9C=E5=88=A4?= =?UTF-8?q?=E6=96=AD=E7=A7=BB=E5=88=B0app.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 43 +++++++++++++++++++++++++++++++++- src/view/guide.vue | 58 +++++++++++++++++++++++----------------------- 2 files changed, 71 insertions(+), 30 deletions(-) diff --git a/src/App.vue b/src/App.vue index 2586915..54c79d5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,3 +1,44 @@ -