Commit ac3078dd authored by 邓晓峰's avatar 邓晓峰

merge feat/map

parent c3c9997d
Pipeline #36886 passed with stages
in 60 minutes 30 seconds
......@@ -645,9 +645,9 @@ const BasicLayout = props => {
renderRoutes(props.route.routes)
}
{
{/* {
!window.location.pathname.startsWith('/civbase/civweb4') && <CreateBaseMap options={{type: 'ArcgisMap'}}/>
}
} */}
<div id="micro-container" className="subapp-container">
{/*<CreateBaseMap/>*/}
......
......@@ -177,7 +177,7 @@ export const defaultApp = () => {
const config = createStoreage.get('globalConfig');
if (config && config.token) {
const startWith = config.homepage ? config.homepage.split('/') : [];
// const startWith = config.homepage ? config.homepage.split('/') : [];
// console.log(findPathByLeafId(config.homepage, '', 'url'))
const basePath =
config.homepage !== '' && FILTER_FOLER_REG.test(config.homepage) ?
......
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