停车场项目web, 互联网仓库, 开发完成后, 需要将代码回传云桌面.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.6 KiB

  1. var sysConfig = {
  2. // 系统编号
  3. "project": 39,
  4. // 系统名称
  5. "sysText": "多维大数据融合系统",
  6. // 系统名称英文简写
  7. "sys": "FAS",
  8. // 接口地址
  9. // "apiHost": 'http://192.168.8.7:3001/mock/2047',
  10. "apiHost": 'http://192.168.1.36:3001/mock/609',
  11. 'apiManageHost':'Manage',
  12. // 登录地址
  13. "loginUrl": "#/login",
  14. // 地图配置
  15. "map": {
  16. "center": [120.201416, 35.958312],
  17. "zoom": 11,
  18. "scaleZoom": 13,
  19. "zooms": [3, 18],
  20. "mapTileType": "tumeng",
  21. "mapCRS": "3857",
  22. "mapTileTile": "tumeng",
  23. "mapTileHost": "http://114.215.146.210:25003",
  24. "slName": "", // 矢量地图名称
  25. "wxName": "", // 卫星地图名称
  26. },
  27. // checkNavArr: [],
  28. "xpChromeUrl": "",
  29. "win7ChromeUrl": "",
  30. "accountExcelUrl": "", // 后台账号管理下载模板
  31. "appDownloadUrl": "", // app下载链接
  32. "messageConst": {
  33. "wssUrl": "localhost:9000",
  34. "getNewsList": "http://192.168.1.36:3001/mock/231/get_news_list",
  35. "getNewsHistoryList": "http://192.168.1.36:3001/mock/231/get_news_history_list",
  36. "getContactList": "http://192.168.1.36:3001/mock/231/get_contact_list",
  37. "createGroupUrl": "http://192.168.1.36:3001/mock/231/create_group",
  38. "checkFileUrl": "http://192.168.1.36:3001/mock/231/check_file",
  39. "uploadChunkUrl": "http://192.168.1.36:3001/mock/231/upload_chunk",
  40. "getGroupList": "http://192.168.1.36:3001/mock/231/get_group_list",
  41. "getDepartmentInfo": "http://192.168.1.36:3001/mock/231/get_user_info",
  42. "editGroupUrl": "http://192.168.1.36:3001/mock/231/edit_group_person",
  43. "exitGroupUrl": "http://192.168.1.36:3001/mock/231/exit_group",
  44. },
  45. };