From dc0a11a501a75b2e8515a92e37e506cba14ccefb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=BB=B6=E7=A6=8F?= <> Date: Thu, 18 May 2023 14:55:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E8=B0=83=E6=95=B4=E7=81=AB=E7=84=B0?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mock/treeData.ts | 4 ++-- src/popup/pop.component.vue | 14 ++++++++------ src/views/base.component.ts | 11 ++++++----- src/views/overview.component.ts | 13 +++++++++++++ 4 files changed, 29 insertions(+), 13 deletions(-) diff --git a/src/mock/treeData.ts b/src/mock/treeData.ts index bb0f3b1..7a724b0 100644 --- a/src/mock/treeData.ts +++ b/src/mock/treeData.ts @@ -14,9 +14,9 @@ export const treeData = [ title: '顶层沸溢火', point: 1, position: [ - 11660769.28, + 11660771.84, 3692443.52, - 67.69076171875 + 47.9283447265625 ], content: '模拟在密闭建筑物内发生火灾,消防员在高温、浓烟、高噪音的情况下进行火情侦察,寻找被困人员,救出被困人员,灭火抢险等战斗', }, { diff --git a/src/popup/pop.component.vue b/src/popup/pop.component.vue index fd77021..886e0cf 100644 --- a/src/popup/pop.component.vue +++ b/src/popup/pop.component.vue @@ -6,19 +6,21 @@