瀏覽代碼

准备开始修改ListenLayer.js,如果有问题,可以回滚到这个版本

xushiting 2 年之前
父節點
當前提交
aecbcc9296
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/graphic/ListenLayer.js

+ 6 - 0
src/graphic/ListenLayer.js

@@ -18,6 +18,12 @@ export default class ListenLayer {
       state: null, // 未选中null
     };
 
+    this.curveRoadInfo = {
+      curveRoadId: null,
+      type: null,
+      state: null,
+    };
+
     this.pointInfo = {
       pointId: null,
       type: null,