module-menu 0.2.23 → 0.2.25

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "module-menu",
3
- "version": "0.2.23",
3
+ "version": "0.2.25",
4
4
  "description": "城市大数据平台公共头部及尾部",
5
5
  "main": "src/pages/index.jsx",
6
6
  "scripts": {
@@ -88,7 +88,7 @@ export const menuList = (stash) => [
88
88
  url: require('../../assets/gongxuduijie_slogo.png'),
89
89
  },
90
90
  {
91
- childName: '级联管理',
91
+ childName: '数据直达',
92
92
  path: '/jilianguanli',
93
93
  url: require('../../assets/jilianguanl_slogo.png'),
94
94
  },
@@ -136,7 +136,7 @@ const ModuleMenu = ({ sysName, stash }) => {
136
136
  thirdPartyServiceJumpPath = '/datasecurity/';
137
137
  break;
138
138
  case '目录管理':
139
- thirdPartyServiceJumpPath = '/admin-ui/catalog/menuClassify/list';
139
+ thirdPartyServiceJumpPath = '/admin-ui/catalog';
140
140
  break;
141
141
  case '资源管理':
142
142
  thirdPartyServiceJumpPath = '/admin-ui/resource/tableResource/list';
@@ -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 '综合评价系统':