Commit 1bee3c15 authored by 邓超's avatar 邓超

fix: 修改包版本问题

parent f4880aa8
Pipeline #50152 passed with stages
in 16 minutes 29 seconds
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
"@wisdom-map/Amap": "^1.0.49-21", "@wisdom-map/Amap": "^1.0.49-21",
"@wisdom-map/Map": "^1.0.12-34", "@wisdom-map/Map": "^1.0.12-34",
"@wisdom-map/arcgismap": "^1.0.79-34", "@wisdom-map/arcgismap": "^1.0.79-34",
"@esri/arcgis-html-sanitizer": "2.9.1", "@esri/arcgis-html-sanitizer": "^2.9.0",
"@esri/calcite-colors": "6.0.3", "@esri/calcite-colors": "6.0.3",
"ace-builds": "^1.4.12", "ace-builds": "^1.4.12",
"antd-img-crop": "^3.13.2", "antd-img-crop": "^3.13.2",
......
...@@ -469,10 +469,8 @@ const InitDataBase = props => { ...@@ -469,10 +469,8 @@ const InitDataBase = props => {
mapCheckVersion = { checkVersion: null, check: null }; mapCheckVersion = { checkVersion: null, check: null };
} }
// 根据key值去匹配对应的checkVersion // 根据key值去匹配对应的checkVersion
console.log(mapCheckVersion, 'mapCheckVersion');
item.checkVersion = item.checkVersion =
mapCheckVersion.checkVersion === undefined ? null : mapCheckVersion.checkVersion; mapCheckVersion.checkVersion === undefined ? null : mapCheckVersion.checkVersion;
console.log(item.checkVersion, ' item.checkVersion');
// 根据key值去匹配对应的二级目录的check // 根据key值去匹配对应的二级目录的check
item.check = mapCheckVersion.check === undefined ? null : mapCheckVersion.check; item.check = mapCheckVersion.check === undefined ? null : mapCheckVersion.check;
if (item.check) { if (item.check) {
......
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