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
|
@@ -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) => {
|