diff --git a/.env.development b/.env.development index 0c2cb45..3dfc58d 100644 --- a/.env.development +++ b/.env.development @@ -6,8 +6,8 @@ VITE_APP_ENV = 'development' # 开发环境 # VITE_APP_BASE_API = 'http://139.224.253.23:8000' - VITE_APP_BASE_API = 'https://www.cnxhyc.com/jq' -#VITE_APP_BASE_API = 'http://192.168.110.56:8000' +# VITE_APP_BASE_API = 'https://www.cnxhyc.com/jq' +VITE_APP_BASE_API = 'http://192.168.110.57:8000' #代永飞接口 # VITE_APP_BASE_API = 'http://457102h2d6.qicp.vip:24689' diff --git a/.env.production b/.env.production index 25ffc11..fdd251b 100644 --- a/.env.production +++ b/.env.production @@ -8,7 +8,7 @@ VITE_APP_ENV = 'https://www.cnxhyc.com' # VITE_APP_ENV = 'https://fuyuanshen.com/backend-fys' # 应用访问路径 晶全1 -VITE_APP_CONTEXT_PATH = '/jingquan/' +VITE_APP_CONTEXT_PATH = '/' # 高德地图Key VITE_AMAP_KEY='84a12a692ae378effdf741e16d584cd3' @@ -23,7 +23,7 @@ VITE_APP_MONITOR_ADMIN = '/admin/applications' VITE_APP_SNAILJOB_ADMIN = '/snail-job' # 生产环境 晶全3 代理访问 -VITE_APP_BASE_API = '/jq' +VITE_APP_BASE_API = 'https://www.cnxhyc.com/jq' # 生产环境 富源晟3 #VITE_APP_BASE_API = '/backend-fys' diff --git a/index.html b/index.html index d4a9c8a..48eb08c 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,12 @@ - + + 物联网管理平台 +
+
设备名称:{{ deviceDetail.deviceName }},IMEI:{{ deviceDetail.deviceImei }}
+
设备型号:{{ deviceDetail.typeName }}
+
+ 设备状态: + + {{ deviceDetail.onlineStatus === 1 ? '在线' : '离线' }} + +
+
电量:{{ deviceDetail.staPowerPercent || 0 }}%
+
续航:{{ powerTime }}
+
+ + +
+ + +
设备静止报警中!
+
+ 设备强制报警中,{{ Status.timeOut }}S! +
+
+
+ + + +
+
+

SOS档位

+
+
+ +
{{ mode.name }}
+ +
+
+
+
+
+ +
+
+

静电探测档位

+
+
+ +
{{ mode.name }}
+ +
+
+
+
+
+ +
+
+

灯光模式

+
+
+ +
{{ mode.name }}
+ +
+
+
+
+
+
+
+ + +
+

人员信息登记

+
+
+ 单位: + +
+
+ 职位: + +
+
+ 姓名: + +
+
+ ID: + +
+ + {{ fullscreenLoading ? '登记中' : '登记' }} +
+
+
+ +
+

发送信息

+
+ +
+ + {{ sendTextLoading ? '发送中' : '发送' }} +
+
+
+
+ + +
+

位置信息

+
+
+ + 经纬度 {{ deviceDetail && deviceDetail.longitude ? Number(deviceDetail.longitude).toFixed(4) : '无' }} + {{ deviceDetail && deviceDetail.latitude ? Number(deviceDetail.latitude).toFixed(4) : '无' }} + +
+
+
+ 地址 {{ deviceDetail.address || '未获取到地址' }} +
+ 查看 +
+
+
+
+
+
+ + +
+

设备电量低于20%

+
+
请及时充电
+ + 确 定 + +
+ + + + + {{ Status.confirm.text }} + + + + + + + diff --git a/src/views/equipmentManagement/deviceType/index.vue b/src/views/equipmentManagement/deviceType/index.vue index 98c0bab..7ac68f3 100644 --- a/src/views/equipmentManagement/deviceType/index.vue +++ b/src/views/equipmentManagement/deviceType/index.vue @@ -1,7 +1,6 @@ - + - - + @@ -101,14 +92,12 @@ - + - + - + @@ -147,6 +136,22 @@ + + + + +
+ +
+ +
+
+
+ +
+
+
+