From 9bcddf02208aa75a683f429e7c9f18fa9169ff15 Mon Sep 17 00:00:00 2001
From: 少年 <1392120328@qq.com>
Date: 星期六, 20 一月 2024 21:27:32 +0800
Subject: [PATCH] 合并

---
 src/components/login.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/login.vue b/src/components/login.vue
index 5ccfd93..9fccbff 100644
--- a/src/components/login.vue
+++ b/src/components/login.vue
@@ -9,7 +9,8 @@
     return {};
   },
   mounted() {
-    this.getQueryString("focus-open-code");
+     this.$router.push("/index");
+    // this.getQueryString("focus-open-code");
     // if (
     //   window.location.href.match(/=(\S*)#/) &&
     //   window.location.href.match(/=(\S*)#/)[1] != ""

--
Gitblit v1.9.3