module-menu 0.2.49 → 0.2.50

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.49",
3
+ "version": "0.2.50",
4
4
  "description": "城市大数据平台公共头部及尾部",
5
5
  "main": "src/pages/index.jsx",
6
6
  "scripts": {
@@ -209,7 +209,7 @@ const ModuleMenu = ({ sysName, stash = '' }) => {
209
209
  break;
210
210
  }
211
211
  // 判断第三方服务是否有对应服务的菜单权限
212
- window.location.href = thirdPartyServiceJumpPath;
212
+ // window.location.href = thirdPartyServiceJumpPath;
213
213
  if (
214
214
  ['平台运行总览', '知识图谱', '数据可视化', '数据填报', '指标管理'].includes(nameStr)
215
215
  ) {