12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- var __systemConf = {
- //基础数据根域名
- baseServiceUrl: '/baseService',
- //系统图服务域名
- sysGraphServiceUrl: '/sysGraphService',
- // 地图key
- mapKey: 'd42beb96e0e4fb0d49482975abeae1b7',
- //导航菜单
- 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": "projectmanage",
- "name": "项目信息管理",
- "orders": 6,
- "url": "/project/manage",
- "icon": "icon-jiqixuexi-"
- }
- ]
- }, {
- "id": "xianchangjiaofugongjv",
- "name": "现场交付工具",
- "orders": 6,
- child: [{
- "id": "CADtuzhiguanli",
- "name": "CAD核查图纸管理",
- "orders": 7,
- "url": "/deliveryTools/cadDrawingManage",
- "icon": "icon-topology"
- }]
- }, {
- "id": "draw",
- "name": "绘图工具",
- "orders": 8,
- child: [{
- "id": "xitongtubianji",
- "name": "系统图编辑工具",
- "orders": 9,
- "url": "/systemGraph",
- "icon": "icon-topology"
- }]
- }]
- };
- window.__systemConf = __systemConf;
|