From 8ea56d3b22432d7af3d14f3539e2cbf7c3dbb036 Mon Sep 17 00:00:00 2001
From: phanes <5411232+phanes@user.noreply.gitee.com>
Date: 星期日, 07 十一月 2021 11:58:35 +0800
Subject: [PATCH] update 减少使用特定数据库函数

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

diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js
index 96f557b..cedf0b3 100644
--- a/ruoyi-ui/src/router/index.js
+++ b/ruoyi-ui/src/router/index.js
@@ -167,6 +167,7 @@
 ]
 
 export default new Router({
+  base: "", // 椤圭洰鍓嶇紑 涓� publicPath 鍚屾 渚嬪 /api
   mode: 'history', // 鍘绘帀url涓殑#
   scrollBehavior: () => ({ y: 0 }),
   routes: constantRoutes

--
Gitblit v1.9.3