Commit 4b949302 authored by 邓晓峰's avatar 邓晓峰

fix: 修复多标签全部关闭

parent ae63da9d
Pipeline #53501 waiting for manual action with stages
......@@ -110,9 +110,9 @@
"@wisdom-map/arcgismap": "1.4.0-6",
"@wisdom-map/basemap": "1.1.0-2",
"@wisdom-map/util": "^1.0.27-0",
"@wisdom-utils/components": "0.1.231",
"@wisdom-utils/components": "0.1.235",
"@wisdom-utils/runtime": "0.0.32",
"@wisdom-utils/utils": "0.1.271",
"@wisdom-utils/utils": "0.1.275",
"animate.css": "^4.1.1",
"antd": "^4.20.7",
"compression": "1.7.4",
......
......@@ -2,10 +2,10 @@ import { fromJS } from 'immutable';
import Cookies from 'js-cookie';
import { AppConfig, store, event, Storage, helpers } from '@wisdom-utils/utils';
import { Storeage as Store } from '@wisdom-utils/utils/lib/helpers';
import pkg from '../../../../package.json';
import defaultSetting from '@wisdom-utils/components/lib/AppLayout/layouts/defaultSettings';
import _ from 'lodash';
import memoized from 'nano-memoize';
import pkg from '../../../../package.json';
// import { transformWidgets } from '../../../utils/routes';
// eslint-disable-next-line import/no-duplicates
import {
......@@ -126,7 +126,7 @@ const appReducer = (state = initialState, action) => {
flatMenu.push({
path: `/${homepage}`,
href: `/${homepage}`,
key: 'home',
key: 'PANDA_HOME',
name: '首页'
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment