From 9d89e411306bc8c41a9173cb2611530d7d773365 Mon Sep 17 00:00:00 2001 From: guangyin Date: Thu, 18 May 2023 11:03:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=AF=BC=E8=A7=88=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=A8=A1=E6=8B=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mock/treeData.ts | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/mock/treeData.ts b/src/mock/treeData.ts index f6f7b56..a3e6b32 100644 --- a/src/mock/treeData.ts +++ b/src/mock/treeData.ts @@ -277,7 +277,7 @@ export const treeData = [ id: Mock.mock("@id"), rate: 3, title: '罐体火灾', - point: '5', + point: '1', position: [ 11661059.84, 3692514.24, @@ -287,17 +287,12 @@ export const treeData = [ id: Mock.mock("@id"), rate: 4, title: '油罐车爆炸', - point: '5', + point: '1', position: [ 11661043.200000001, 3692599.68, 9.2683056640625 ] - }, { - id: Mock.mock("@id"), - rate: 2, - title: '顶层沸溢火', - point: '5', }, ] },