Преглед изворни кода

准备开始修改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,