Browse Source

添加标段管理权限

zhaoke 2 years ago
parent
commit
22654c1f33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/routes/routes-file-one.js

+ 1 - 1
src/router/routes/routes-file-one.js

@@ -171,7 +171,7 @@ const roleRoutes = {
 const lotRoutes = {
   path: '/lot',
   component: Layout,
-  meta: { title: '标段管理' },
+  meta: { title: '标段管理', roles: ['user_section'] },
   children: [
     {
       path: '/lot',