bigData-api.js 452 B

12345678910111213
  1. (function(exports) {
  2. var bigDataAPI = {
  3. getJsonData: function(url,data) {
  4. return httpRequest.getJson(url, {data: data})
  5. },
  6. getNoChartTemplateData: "/gov/report/getNoChartTemplateData",
  7. getTemplateDataByViewCode:"/gov/report/getTemplateDataByViewCode",
  8. getCityArea: "/gov/report/getCityArea",
  9. getMapJingWeiDuInfo:"/gov/front/js/lib/plugins/echarts/map/json/china-main-city/361100.json",
  10. }
  11. exports.bigDataAPI = bigDataAPI;
  12. })(window)