guhongwei 5 tahun lalu
induk
melakukan
2de0ca571c
1 mengubah file dengan 5 tambahan dan 5 penghapusan
  1. 5 5
      src/util/role_menu.js

+ 5 - 5
src/util/role_menu.js

@@ -16,11 +16,11 @@ export const permission = {
 };
 export const adminUser = {
   name: '机构管理员',
-  path: '/adminUser',
+  path: '/adminUser/index',
 };
 export const business = {
   name: '业务管理员',
-  path: '/business',
+  path: '/business/index',
 };
 export const vip = {
   name: 'vip用户',
@@ -48,11 +48,11 @@ export const duijiehui = {
   path: '/duijiehui/index',
 };
 export const enterpriseProduct = {
-  name: '科技超市商品审核管理',
+  name: '产品供求审核管理',
   path: '/enterpriseProduct/index',
 };
 export const enterpriseTrans = {
-  name: '科技超市交易状态审核管理',
+  name: '产品供求交易状态审核管理',
   path: '/enterpriseTrans/index',
 };
 export const technical = {
@@ -61,5 +61,5 @@ export const technical = {
 };
 export const defaultMenu = {
   name: '平台字典管理',
-  path: '/dictionary',
+  path: '/dictionary/index',
 };