123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- var __systemConf = {
- //基础数据根域名
- baseServiceUrl: '/baseService',
- //系统图服务域名
- sysGraphServiceUrl: '/sysGraphService',
- //导航菜单
- menus: [{
- "id": "ready",
- "name": "信息录入工具",
- "orders": 1,
- child: [{
- "id": "build_floor",
- "name": "建筑楼层管理",
- "orders": 2,
- "url": "/ready/buildfloor",
- "type": "menu",
- "icon": "icon-jianzhu"
- },{
- "id": "equipment",
- "name": "设备台账",
- "orders": 3,
- "url": "/ledger/facility"
- },
- {
- "id": "system",
- "name": "系统台账",
- "orders": 4,
- "url": "/ledger/list"
- },{
- "id": "overview",
- "name": "全部关系总览",
- "orders": 5,
- "url": "/relation/overview",
- "icon": "icon-jiqixuexi-"
- }]
- }, {
- "id": "xianchangjiaofugongjv",
- "name": "现场交付工具",
- "orders": 6,
- child: [{
- "id": "CADtuzhiguanli",
- "name": "CAD核查图纸管理",
- "orders": 7,
- "url": "/systemGraph11",
- "icon": "icon-topology"
- }]
- }, {
- "id": "draw",
- "name": "绘图工具",
- "orders": 8,
- child: [{
- "id": "xitongtubianji",
- "name": "系统图编辑工具",
- "orders": 9,
- "url": "/systemGraph",
- "icon": "icon-topology"
- }]
- }]
- };
- window.__systemConf = __systemConf;
|