CzRger 1 年之前
父节点
当前提交
53555b28d5
共有 1 个文件被更改,包括 8 次插入8 次删除
  1. 8 8
      src/views/gis/map-info/style/qy.ts

+ 8 - 8
src/views/gis/map-info/style/qy.ts

@@ -59,14 +59,14 @@ const qyAnalysisStyle = (type) => {
             displacement: [0, 30]
         }),
     }))
-    _style.push(new style.Style({
-        image: new style.Circle({
-            radius: 5,
-            fill: new style.Fill({
-                color: '#e810dd',
-            }),
-        }),
-    }))
+    // _style.push(new style.Style({
+    //     image: new style.Circle({
+    //         radius: 5,
+    //         fill: new style.Fill({
+    //             color: '#e810dd',
+    //         }),
+    //     }),
+    // }))
     return _style
 }
 export default {