module-menu 0.2.25 → 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
91
|
childName: '数据直达',
|
|
92
|
-
path: '/
|
|
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
|
]
|