module-menu 0.2.21 → 0.2.22

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.21",
3
+ "version": "0.2.22",
4
4
  "description": "城市大数据平台公共头部及尾部",
5
5
  "main": "src/pages/index.jsx",
6
6
  "scripts": {
Binary file
@@ -92,6 +92,11 @@ export const menuList = (stash) => [
92
92
  path: '/jilianguanli',
93
93
  url: require('../../assets/jilianguanl_slogo.png'),
94
94
  },
95
+ {
96
+ childName: '综合评价系统',
97
+ path: '/zonghepingjia',
98
+ url: require('../../assets/ic_pingjia.png'),
99
+ },
95
100
  ]
96
101
  : [
97
102
  {
@@ -94,7 +94,7 @@ const ModuleMenu = ({ sysName, stash }) => {
94
94
  });
95
95
  } else {
96
96
  if (nameStr === '平台运行总览') {
97
- window.open('#/overview', '_blank');
97
+ window.open('/dataadmin/#/overview', '_blank');
98
98
  return;
99
99
  }
100
100
  let thirdPartyServiceJumpPath = ''; // 第三方服务跳转路径
@@ -148,6 +148,9 @@ const ModuleMenu = ({ sysName, stash }) => {
148
148
  case '级联管理':
149
149
  thirdPartyServiceJumpPath = '/admin-ui/cascade';
150
150
  break;
151
+ case '综合评价系统':
152
+ thirdPartyServiceJumpPath = '/admin-ui/evaluate';
153
+ break;
151
154
  default:
152
155
  break;
153
156
  }