From dbb352c9d988dfac83da979023fe81a0a02f88e9 Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期五, 12 四月 2024 16:34:20 +0800
Subject: [PATCH] 与数字人合并

---
 src/router/index.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 19ebc4c..7713a71 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -30,12 +30,13 @@
 ];
 const router = new Router({
   mode: "history",
+  // base: '/SW',//娴嬭瘯鐗� 鎵撳寘鏃惰В寮�
+  base: '/TEST',//娴嬭瘯鐗� 鎵撳寘鏃惰В寮�
   // base: '/YZXNCS',//姝e紡鐗� 鎵撳寘鏃惰В寮�
-  base: '/SW',//娴嬭瘯鐗� 鎵撳寘鏃惰В寮�
   routes,
 });
 router.beforeEach((to, from, next) => {
-  // next();  
+  // next();
   // 鍘荤櫥褰曢〉锛岀洿鎺ヨ烦杞�
   if (to.path === "/login") {
     next();
@@ -56,7 +57,6 @@
         // 鍘籭ndex锛屾湁token锛屾病杩囨湡锛岃繘鍏ョ郴缁�
         next();
       }
-
     }
   }
 })

--
Gitblit v1.9.3