Commit b27ee04c authored by 秦文海's avatar 秦文海

chore: 修改加载

parent 665b013b
Pipeline #84942 passed with stages
...@@ -750,7 +750,7 @@ const Layout = props => { ...@@ -750,7 +750,7 @@ const Layout = props => {
{/* ) */} {/* ) */}
{/* ) : null} */} {/* ) : null} */}
{/* <AliveScope> */} {/* <AliveScope> */}
{window.location.pathname.startsWith('/civbase/civ_3d/map') || window.location.pathname.startsWith('/civbase/civ_drainage/map') || isHaveMap() ? ( {window.location.pathname.startsWith('/civbase/civ_drainage/map') || isHaveMap() ? (
<KeepAlive when={true}> <KeepAlive when={true}>
<CesiumMap /> <CesiumMap />
</KeepAlive> </KeepAlive>
......
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