From e96d6c76904bf9cab3658606476d2429cae4ebad Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 21 May 2021 17:09:21 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfpt-Vue
---
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