diff --git a/src/components/earthMap/Toolbar.vue b/src/components/earthMap/Toolbar.vue index fa44b8b..bffb949 100644 --- a/src/components/earthMap/Toolbar.vue +++ b/src/components/earthMap/Toolbar.vue @@ -1190,11 +1190,11 @@ }; // 融合数据 Object.assign(objConfig, objConf); - console.log("objConfig",objConfig); + // console.log("objConfig",objConfig); // 插入数据 currentModel.xbsjFromJSON(objConfig); - console.log('currentModel', currentModel); + // console.log('currentModel', currentModel); // 获取地图ui对象 const earthUI = window.$uia; diff --git a/src/views/military/modules/earthMap/msMapLine/components/MsMapLineForm.vue b/src/views/military/modules/earthMap/msMapLine/components/MsMapLineForm.vue index b499860..2613e5b 100644 --- a/src/views/military/modules/earthMap/msMapLine/components/MsMapLineForm.vue +++ b/src/views/military/modules/earthMap/msMapLine/components/MsMapLineForm.vue @@ -58,13 +58,23 @@ + +
+
+
+ + + + + + - + @@ -76,22 +86,13 @@ :disabled="disabled" /> --> - + - - -
-
-
- - - - - + @@ -225,7 +226,7 @@ function pureColorChangeIntervalColor(color: any) { * @return {array} [1,2,3,4] */ function rgba2arr(color, normalized = true) { - console.log("color", color); + // console.log("color", color); let ret: any = []; let colorStr = new RegExp(/(?<=\()\S+(?=\))/).exec(color); // console.log("colorStr",colorStr);