|
@@ -9,7 +9,7 @@
|
|
|
></topoTooltip>
|
|
|
<canvas
|
|
|
style="border:none;outline:medium;"
|
|
|
- id="persagy_topo"
|
|
|
+ id="persagy_plan"
|
|
|
:width="canvasWidth"
|
|
|
:height="canvasHeight"
|
|
|
tabindex="0"
|
|
@@ -68,7 +68,7 @@ export default {
|
|
|
this.canvasWidth = this.$refs.baseTopo.offsetWidth;
|
|
|
this.canvasHeight = this.$refs.baseTopo.offsetHeight - 10;
|
|
|
this.scene = new PTopoScene();
|
|
|
- this.view = new PTopoView("persagy_topo");
|
|
|
+ this.view = new PTopoView("persagy_plan");
|
|
|
this.view.scene = this.scene;
|
|
|
this.scene.clearCmdStatus = this.clearCmdStatus;
|
|
|
// 初始化bus绑定事件
|