From 1d32420a279bc42b356168181c3a8254dd14e1dd Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期三, 03 十一月 2021 13:50:51 +0800
Subject: [PATCH] add 增加 ValidatorUtils 校验框架工具 用于在非 Controller 的地方校验对象

---
 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