Commit 0236c8be authored by xuchaozou's avatar xuchaozou

feat: 升级地图版本到2.x

parent 7712c4da
Pipeline #92195 failed with stages
......@@ -123,6 +123,9 @@ module.exports = options => ({
loader: 'less-loader',
options: {
javascriptEnabled: true,
modifyVars: {
'@ant-prefix': "ant",
},
},
},
],
......
......@@ -94,9 +94,9 @@
"@wangeditor/editor-for-react": "^1.0.6",
"@wisdom-cesium/cesium": "1.1.12",
"@wisdom-cesium/krpano": "^1.0.29-60",
"@wisdom-map/amap": "1.9.6",
"@wisdom-map/arcgismap": "1.4.0-360",
"@wisdom-map/basemap": "1.1.0-47",
"@wisdom-map/amap":"^2.0.15",
"@wisdom-map/arcgismap":"^2.0.54",
"@wisdom-map/basemap":"^2.0.2",
"@wisdom-utils/components": "0.1.337",
"@wisdom-utils/utils": "0.1.377",
"ace-builds": "^1.4.12",
......
......@@ -35,7 +35,9 @@ const render = () => {
ReactDOM.render(
<Provider store={store}>
<ConnectedRouter history={history}>
<ConfigProvider locale={zhCN}>
<ConfigProvider locale={zhCN}
prefixCls={"ant"}
>
{/* <PictureWallProvider> */}
<App routesConfig={config} />
{/* </PictureWallProvider> */}
......
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