Commit 2970d63e authored by 皮倩雯's avatar 皮倩雯

fix: '更新地图版本'

parent a721629f
Pipeline #82747 passed with stages
...@@ -97,8 +97,8 @@ ...@@ -97,8 +97,8 @@
"@wisdom-utils/components": "0.1.337", "@wisdom-utils/components": "0.1.337",
"@wisdom-utils/utils": "0.1.377", "@wisdom-utils/utils": "0.1.377",
"@wisdom-map/amap": "1.1.0-beta.56", "@wisdom-map/amap": "1.1.0-beta.56",
"@wisdom-map/arcgismap": "1.4.0-198", "@wisdom-map/arcgismap": "1.4.0-225",
"@wisdom-map/basemap": "1.1.0-31", "@wisdom-map/basemap": "1.1.0-37",
"ace-builds": "^1.4.12", "ace-builds": "^1.4.12",
"antd-img-crop": "^3.13.2", "antd-img-crop": "^3.13.2",
"array-move": "^4.0.0", "array-move": "^4.0.0",
...@@ -203,6 +203,8 @@ ...@@ -203,6 +203,8 @@
"babel-plugin-react-require": "^3.1.3", "babel-plugin-react-require": "^3.1.3",
"babel-plugin-styled-components": "1.10.0", "babel-plugin-styled-components": "1.10.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24", "babel-plugin-transform-react-remove-prop-types": "0.4.24",
"browserslist": "^4.22.2",
"caniuse-lite": "^1.0.30001566",
"circular-dependency-plugin": "5.0.2", "circular-dependency-plugin": "5.0.2",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"compare-versions": "3.4.0", "compare-versions": "3.4.0",
......
diff --git a/node_modules/antd/es/style/themes/index.less b/node_modules/antd/es/style/themes/index.less
index fd29f58..71f0942 100644
--- a/node_modules/antd/es/style/themes/index.less
+++ b/node_modules/antd/es/style/themes/index.less
@@ -2,6 +2,6 @@
// This will be replaced in webpack bundle
// @root-entry-name: variable;
-// @import './default.less';
+ @import './default.less';
// @import './variable.less';
-@import './@{root-entry-name}.less';
+//@import './@{root-entry-name}.less';
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