module-menu 0.2.24 → 0.2.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -74,7 +74,7 @@ export const menuList = (stash) => [
|
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
childName: '目录管理',
|
|
77
|
-
path: '/
|
|
77
|
+
path: '/catalog',
|
|
78
78
|
url: require('../../assets/muluguanli_slogo.png'),
|
|
79
79
|
},
|
|
80
80
|
{
|
|
@@ -84,17 +84,17 @@ export const menuList = (stash) => [
|
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
childName: '供需对接',
|
|
87
|
-
path: '/
|
|
87
|
+
path: '/supply-and-demand-docking',
|
|
88
88
|
url: require('../../assets/gongxuduijie_slogo.png'),
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
|
-
childName: '
|
|
92
|
-
path: '/
|
|
91
|
+
childName: '数据直达',
|
|
92
|
+
path: '/cascade',
|
|
93
93
|
url: require('../../assets/jilianguanl_slogo.png'),
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
childName: '综合评价系统',
|
|
97
|
-
path: '/
|
|
97
|
+
path: '/evaluate',
|
|
98
98
|
url: require('../../assets/ic_pingjia.png'),
|
|
99
99
|
},
|
|
100
100
|
]
|
|
@@ -145,7 +145,7 @@ const ModuleMenu = ({ sysName, stash }) => {
|
|
|
145
145
|
thirdPartyServiceJumpPath =
|
|
146
146
|
'/admin-ui/supply-and-demand-docking/dataRequirement/propose/list';
|
|
147
147
|
break;
|
|
148
|
-
case '
|
|
148
|
+
case '数据直达':
|
|
149
149
|
thirdPartyServiceJumpPath = '/admin-ui/cascade';
|
|
150
150
|
break;
|
|
151
151
|
case '综合评价系统':
|