systemConf.js 1.3 KB

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