From 218a5bdedb4efc10473976d90a0296a289961b0f Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 21 May 2021 11:46:24 +0800
Subject: [PATCH] 地图模式修改,心跳时间修改
---
public/map/index.html | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/public/map/index.html b/public/map/index.html
index 8f218cd..2d2dd89 100644
--- a/public/map/index.html
+++ b/public/map/index.html
@@ -51,6 +51,8 @@
_framework.onSiderContainerShow();
_framework.resize();
_AppEvent = AppEvent;
+ //获取设备id
+ window.clientID = locationObj.clientID;
_AppEvent.addAppEventListener("mapLoad", function(map){
if (locationObj && locationObj != null) {
--
Gitblit v1.9.3