南昌市物联网技防平台-前端
zengh
2021-03-09 1795a3c57962067361fc655a03c8a4a159df766e
public/map/index.html
@@ -24,7 +24,7 @@
  <script src="js/layer/layer.js"></script>
  <script src="js/laydate/laydate.js"></script>
  <script type="text/javascript" src="js/comm/heard.js"></script>
  <script type="text/javascript" src="js/script.js"></script>
<!--  <script type="text/javascript" src="js/script.js"></script>-->
  <script src="./lib/layui/layui.js"></script>
  <script src="env.js"></script>
@@ -47,13 +47,13 @@
          _framework.onSiderContainerShow();
          _framework.resize();
          _AppEvent = AppEvent;
          _AppEvent.addAppEventListener("mapLoad", function(map){
            if (locationObj && locationObj != null) {
              map.centerAndZoom(new esri.geometry.Point(locationObj.x,locationObj.y, new esri.SpatialReference({ wkid: 4326 })), 14);
            }
          });
          var openId = getQueryStringByKey('openid');
          if (openId) showFun(openId);
        }