From bfcfcaa95b1600632a4a7351db2dd952aa227349 Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期六, 20 一月 2024 00:02:26 +0800
Subject: [PATCH] bug修改

---
 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