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 | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 50d4797..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: '/SW',//娴嬭瘯鐗� 鎵撳寘鏃惰В寮� + base: '/TEST',//娴嬭瘯鐗� 鎵撳寘鏃惰В寮� // base: '/YZXNCS',//姝e紡鐗� 鎵撳寘鏃惰В寮� routes, }); router.beforeEach((to, from, next) => { - // next(); + // next(); // 鍘荤櫥褰曢〉锛岀洿鎺ヨ烦杞� if (to.path === "/login") { next(); -- Gitblit v1.9.3