systemConf.js 1.3 KB

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