From c6df06bd690486739067ee1ee7124ac66da720fb Mon Sep 17 00:00:00 2001
From: 少年 <1392120328@qq.com>
Date: 星期二, 27 二月 2024 14:23:32 +0800
Subject: [PATCH] youhua

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

diff --git a/src/components/login.vue b/src/components/login.vue
index 9651c5c..e4d5ae6 100644
--- a/src/components/login.vue
+++ b/src/components/login.vue
@@ -9,8 +9,8 @@
     return {};
   },
   mounted() {
-     this.$router.push("/index");
-    // 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] != ""
@@ -29,7 +29,7 @@
       var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)");
       var r = window.location.search.substr(1).match(reg);
       if (r != null) {
-        this.$router.push("/index");
+        this.$router.push("/home");
       }
       return null;
     },

--
Gitblit v1.9.3