南昌市物联网技防平台-前端
Administrator
2021-05-07 14e02654e0545ee69456d64aef2f35c7c219d708
public/map/core/ConfigData.js
New file
@@ -0,0 +1,13 @@
define(function() {
   //
   var _instance = {
      geometryServiceUrl : "",
      basemap:null,
      widgets : null,
      copyright : "",
      proxyurl : "",
      hockId : null,
      busServices : null
   };
   return _instance;
});