module-menu 0.2.52-dev-hubjt.6 → 0.2.52-dev-hubjt.7

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.52-dev-hubjt.6",
3
+ "version": "0.2.52-dev-hubjt.7",
4
4
  "description": "城市大数据平台公共头部及尾部",
5
5
  "main": "src/pages/index.jsx",
6
6
  "scripts": {
@@ -224,7 +224,7 @@ const ModuleMenu = ({ sysName, stash = 'integration' }) => {
224
224
  const toHomePage = (index) => {
225
225
  if (index === 0) {
226
226
  // window.location.href = ['integration', 'LNRD', 'HBJK'].includes(stash) ? '/dataadmin/#/index' : (stash === 'GZW' ? '/data-platform/#/index' : '/#/index')
227
- window.location.href = '/data-capability'
227
+ window.location.href = '/admin-ui/data-share-portal/data-capability'
228
228
  }
229
229
  };
230
230
  const getNewMenuList = (menuGet) => {