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 a45087e..e4d5ae6 100644
--- a/src/components/login.vue
+++ b/src/components/login.vue
@@ -9,6 +9,7 @@
     return {};
   },
   mounted() {
+    //  this.$router.push("/index");
     this.getQueryString("focus-open-code");
     // if (
     //   window.location.href.match(/=(\S*)#/) &&
@@ -16,8 +17,7 @@
     // ) {
     //   this.passFree();
     // }
-    // console.log(1);
-    
+
     // // 浜姙鍏嶅瘑鐧诲綍锛坲rl甯﹀弬"focus-open-code"锛�
     // if (this.$route.query["focus-open-code"]) {
     //   this.passJBFree();
@@ -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