From 78064c2072b8c7eb36309045a6166292917f491b Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期三, 15 十一月 2023 14:39:10 +0800
Subject: [PATCH] 初始化、土地管理视角

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

diff --git a/src/router/index.js b/src/router/index.js
index 19ebc4c..07b0183 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -31,7 +31,7 @@
 const router = new Router({
   mode: "history",
   // base: '/YZXNCS',//姝e紡鐗� 鎵撳寘鏃惰В寮�
-  base: '/SW',//娴嬭瘯鐗� 鎵撳寘鏃惰В寮�
+  // base: '/SW',//娴嬭瘯鐗� 鎵撳寘鏃惰В寮�
   routes,
 });
 router.beforeEach((to, from, next) => {

--
Gitblit v1.9.3