From 49763e5673b8a747a389e50a67ec14b5eb31f48f Mon Sep 17 00:00:00 2001 From: X_Rian <904416525@qq.com> Date: Fri, 2 Aug 2024 15:28:04 +0800 Subject: [PATCH] =?UTF-8?q?flx=EF=BC=9A=E4=BF=AE=E6=94=B9=E6=8A=A5?= =?UTF-8?q?=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 +- .../commandScreen/commandCenter/index.vue | 66 +++++++++---------- 2 files changed, 35 insertions(+), 35 deletions(-) diff --git a/.env.production b/.env.production index b9f4c4f..2cbd7de 100644 --- a/.env.production +++ b/.env.production @@ -21,8 +21,8 @@ NODE_ENV = "production" # 七参数标准版(测试平台) # VITE_API_URL = 'http://182.90.224.237:15551' # agjt -# VITE_API_URL = 'http://42.180.188.17:9809' #生产环境 -VITE_API_URL = 'http://42.180.188.17:11211' #测试环境 +VITE_API_URL = 'http://42.180.188.17:9809' #生产环境 +# VITE_API_URL = 'http://42.180.188.17:11211' #测试环境 # 苏立信/重庆市南岸区 # VITE_API_URL = 'http://101.43.164.214:11111' # 中科安信 diff --git a/src/views/commandScreen/commandCenter/index.vue b/src/views/commandScreen/commandCenter/index.vue index 83808fb..6c9a7d4 100644 --- a/src/views/commandScreen/commandCenter/index.vue +++ b/src/views/commandScreen/commandCenter/index.vue @@ -138,39 +138,39 @@ function expand() { onMounted(() => { mqttMSG(); - setTimeout(() => { - openPeopleCountDialog({ - index: 10, - title: "人员呼叫", - timeOut: 10, - timeFlag: null, - show: true, - mapsDetail: { - alarmPersonId: "1795271026055901186", - alarmPersonName: "测试0528", - alarmTime: "2024-06-03 19:19:23", - departmentName: null, - disposalReport: null, - dispositionStatus: 1, - emergencyDetail: null, - emergencyTypeId: "-1", - emergencyTypeName: "一键报警", - enterpriseId: "1786223302337675266", - enterpriseName: "测试企业1", - id: "1797588887538925569", - incidentClosedStatus: 1, - incidentSite: "广东省深圳市宝安区福海路福永意库", - latitude: 22.67405, - livePicture: null, - liveVideoSituation: null, - longitude: 113.80984, - projectSn: "BD3137498CB84BF0969979E0342CDBCA", - situations: null, - teamName: "司机-1", - updateDate: "2024-06-03 19:19:30" - } - }); - }, 3000); + // setTimeout(() => { + // openPeopleCountDialog({ + // index: 10, + // title: "人员呼叫", + // timeOut: 10, + // timeFlag: null, + // show: true, + // mapsDetail: { + // alarmPersonId: "1795271026055901186", + // alarmPersonName: "测试0528", + // alarmTime: "2024-06-03 19:19:23", + // departmentName: null, + // disposalReport: null, + // dispositionStatus: 1, + // emergencyDetail: null, + // emergencyTypeId: "-1", + // emergencyTypeName: "一键报警", + // enterpriseId: "1786223302337675266", + // enterpriseName: "测试企业1", + // id: "1797588887538925569", + // incidentClosedStatus: 1, + // incidentSite: "广东省深圳市宝安区福海路福永意库", + // latitude: 22.67405, + // livePicture: null, + // liveVideoSituation: null, + // longitude: 113.80984, + // projectSn: "BD3137498CB84BF0969979E0342CDBCA", + // situations: null, + // teamName: "司机-1", + // updateDate: "2024-06-03 19:19:30" + // } + // }); + // }, 3000); // setTimeout(() => { // openPeopleCountDialog({ // index: 10,