zengh
2022-01-06 d5e4f6d62943640cdf4b89288546d3f779f43f7f
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;