From ffde310d305b42caba548d40a1904f3621d8eb8c Mon Sep 17 00:00:00 2001
From: 疯狂的狮子Li <15040126243@163.com>
Date: 星期四, 16 十二月 2021 00:13:04 +0800
Subject: [PATCH] update qiniu 7.8.0 => 7.9.0 update minio 8.3.3 => 8.3.4

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

diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js
index b6b14fa..cda6d4c 100644
--- a/ruoyi-ui/src/router/index.js
+++ b/ruoyi-ui/src/router/index.js
@@ -95,7 +95,7 @@
         path: 'role/:userId(\\d+)',
         component: (resolve) => require(['@/views/system/user/authRole'], resolve),
         name: 'AuthRole',
-        meta: { title: '鍒嗛厤瑙掕壊', activeMenu: '/system/user'}
+        meta: { title: '鍒嗛厤瑙掕壊', activeMenu: '/system/user' }
       }
     ]
   },
@@ -108,7 +108,7 @@
         path: 'user/:roleId(\\d+)',
         component: (resolve) => require(['@/views/system/role/authUser'], resolve),
         name: 'AuthUser',
-        meta: { title: '鍒嗛厤鐢ㄦ埛', activeMenu: '/system/role'}
+        meta: { title: '鍒嗛厤鐢ㄦ埛', activeMenu: '/system/role' }
       }
     ]
   },
@@ -121,7 +121,7 @@
         path: 'index/:dictId(\\d+)',
         component: (resolve) => require(['@/views/system/dict/data'], resolve),
         name: 'Data',
-        meta: { title: '瀛楀吀鏁版嵁', activeMenu: '/system/dict'}
+        meta: { title: '瀛楀吀鏁版嵁', activeMenu: '/system/dict' }
       }
     ]
   },
@@ -147,7 +147,7 @@
         path: 'index',
         component: (resolve) => require(['@/views/tool/gen/editTable'], resolve),
         name: 'GenEdit',
-        meta: { title: '淇敼鐢熸垚閰嶇疆', activeMenu: '/tool/gen'}
+        meta: { title: '淇敼鐢熸垚閰嶇疆', activeMenu: '/tool/gen' }
       }
     ]
   }

--
Gitblit v1.9.3