public/map/index.html
@@ -43,7 +43,13 @@ if(ISinit == null){ init(openId,null); } function locations() { require(["dojo/topic"], function (topic) { topic.publish("location", "2323"); } ); } function init(openId,locationObj) { require(["base/framework", "base/AppEvent"], function (framework, AppEvent) { @@ -51,7 +57,6 @@ _framework.onSiderContainerShow(); _framework.resize(); _AppEvent = AppEvent; if (locationObj != null){ //获取设备id window.clientID = locationObj.clientID;