From 271e42176c49a3679991f8c9e30f2ce192b87eaa Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期六, 18 十二月 2021 18:19:34 +0800 Subject: [PATCH] !126 自动生成代码未引入此依赖 import com.baomidou.mybatisplus.extension.plugins.pag Merge pull request !126 from 抓蛙师/auto-7465549-dev-1639814849312 --- 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