systemConf.js 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. var __systemConf = {
  2. //基础数据根域名
  3. baseServiceUrl: '/baseService',
  4. //系统图服务域名
  5. sysGraphServiceUrl: '/sysGraphService',
  6. // 地图key
  7. mapKey: 'd42beb96e0e4fb0d49482975abeae1b7',
  8. //导航菜单
  9. menus: [{
  10. "id": "ready",
  11. "name": "信息录入工具",
  12. "orders": 1,
  13. child: [{
  14. "id": "build_floor",
  15. "name": "建筑楼层管理",
  16. "orders": 2,
  17. "url": "/ready/buildfloor",
  18. "type": "menu",
  19. "icon": "icon-jianzhu"
  20. },{
  21. "id": "equipment",
  22. "name": "设备台账",
  23. "orders": 3,
  24. "url": "/ledger/facility"
  25. },
  26. {
  27. "id": "system",
  28. "name": "系统台账",
  29. "orders": 4,
  30. "url": "/ledger/list"
  31. },{
  32. "id": "overview",
  33. "name": "全部关系总览",
  34. "orders": 5,
  35. "url": "/relation/overview",
  36. "icon": "icon-jiqixuexi-"
  37. }
  38. ,{
  39. "id": "projectmanage",
  40. "name": "项目信息管理",
  41. "orders": 6,
  42. "url": "/project/manage",
  43. "icon": "icon-jiqixuexi-"
  44. }
  45. ]
  46. }, {
  47. "id": "xianchangjiaofugongjv",
  48. "name": "现场交付工具",
  49. "orders": 6,
  50. child: [{
  51. "id": "CADtuzhiguanli",
  52. "name": "CAD核查图纸管理",
  53. "orders": 7,
  54. "url": "/deliveryTools/cadDrawingManage",
  55. "icon": "icon-topology"
  56. }]
  57. }, {
  58. "id": "draw",
  59. "name": "绘图工具",
  60. "orders": 8,
  61. child: [{
  62. "id": "xitongtubianji",
  63. "name": "系统图编辑工具",
  64. "orders": 9,
  65. "url": "/systemGraph",
  66. "icon": "icon-topology"
  67. }]
  68. }]
  69. };
  70. window.__systemConf = __systemConf;