systemConf.js 1.3 KB

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