module-menu 0.2.17 → 0.2.19

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.17",
3
+ "version": "0.2.19",
4
4
  "description": "城市大数据平台公共头部及尾部",
5
5
  "main": "src/pages/index.jsx",
6
6
  "scripts": {
@@ -142,7 +142,7 @@ const ModuleMenu = ({ sysName, stash }) => {
142
142
  '/admin-ui/supply-and-demand-docking/dataRequirement/propose/list';
143
143
  break;
144
144
  case '级联管理':
145
- thirdPartyServiceJumpPath = '';
145
+ thirdPartyServiceJumpPath = '/admin-ui/cascade';
146
146
  break;
147
147
  default:
148
148
  break;
@@ -233,7 +233,7 @@ const ModuleMenu = ({ sysName, stash }) => {
233
233
  : '70px',
234
234
  lineHeight:
235
235
  item.children.length > 6
236
- ? '140px'
236
+ ? '45px'
237
237
  : item.children.length > 3
238
238
  ? '45px'
239
239
  : '70px',