Commit 11a75604 authored by 杨思琦's avatar 杨思琦

fix: 通知修改

parent f756cf06
Pipeline #80167 passed with stages
...@@ -115,9 +115,9 @@ ...@@ -115,9 +115,9 @@
"@wisdom-map/arcgismap": "1.4.0-210", "@wisdom-map/arcgismap": "1.4.0-210",
"@wisdom-map/basemap": "1.1.0-31", "@wisdom-map/basemap": "1.1.0-31",
"@wisdom-map/util": "^1.0.28-0", "@wisdom-map/util": "^1.0.28-0",
"@wisdom-utils/components": "0.1.330", "@wisdom-utils/components": "0.1.331",
"@wisdom-utils/runtime": "0.0.48", "@wisdom-utils/runtime": "0.0.48",
"@wisdom-utils/utils": "0.1.370", "@wisdom-utils/utils": "0.1.371",
"animate.css": "^4.1.1", "animate.css": "^4.1.1",
"antd": "4.21.2", "antd": "4.21.2",
"compression": "1.7.4", "compression": "1.7.4",
......
...@@ -407,7 +407,7 @@ const Layout = props => { ...@@ -407,7 +407,7 @@ const Layout = props => {
window.share.event.removeAllListeners('updateSite'); window.share.event.removeAllListeners('updateSite');
loginAction.events.removeListener('toggleIndustry', handleToggleIndustry); loginAction.events.removeListener('toggleIndustry', handleToggleIndustry);
}; };
}, [GetIntegrationConfig, loginAction.events, props]); }, [loginAction.events, props]);
useEffect(() => { useEffect(() => {
const needMark = () => const needMark = () =>
...@@ -669,6 +669,8 @@ const Layout = props => { ...@@ -669,6 +669,8 @@ const Layout = props => {
route={props.route} route={props.route}
location={location} location={location}
navTheme={props.global?.variableTheme?.navTheme ?? 'dark'} navTheme={props.global?.variableTheme?.navTheme ?? 'dark'}
primaryColor={props.global?.variableTheme?.primaryColor ?? '#1890ff'}
variableTheme={props.global?.variableTheme}
homepage={props.global?.homepage ?? ''} homepage={props.global?.homepage ?? ''}
redirect={props.global?.redirect ?? ''} redirect={props.global?.redirect ?? ''}
openAnnouncement={props.global?.openAnnouncement ?? ''} openAnnouncement={props.global?.openAnnouncement ?? ''}
......
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