123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- var __systemConf = {
-
- baseRouteUrl: 'adm-frontend',
-
- baseServiceUrl: 'http://develop.ysbdtp.com',
-
- middlewareServiceUrl: 'http://develop.ysbdtp.com/adm-middleware',
-
- diagramServiceUrl: 'http://develop.ysbdtp.com/adm-diagram',
-
- admServiceUrl: 'http://develop.ysbdtp.com/adm-server',
-
- fileServiceUrl: 'http://develop.ysbdtp.com/dmp-file',
-
- imgServiceUrl: 'http://develop.ysbdtp.com/image-service',
-
- mapKey: 'd42beb96e0e4fb0d49482975abeae1b7',
-
- loginConfig: {
- loginDeviceType: 1,
- loginType: 2
- },
-
- systemGraph: {
-
- peiDian: {
- text: {
- size: 16,
- color: '#646C73',
- weight: 600,
- backGround: '#ffffff',
- padding: 4
- },
- line:{
- width: 2,
- color: '#0091ff'
- }
- }
- },
-
- menus: [{
- "id": "ready",
- "name": "信息录入工具",
- "orders": 1,
- children: [{
- "id": "projectmanage",
- "name": "项目信息",
- "orders": 6,
- "path": "/project/manage",
- "icon": "project"
- }, {
- "id": "build_floor",
- "name": "建筑楼层",
- "orders": 2,
- "path": "/ready/buildfloor",
- "type": "menu",
- "icon": "build"
- },{
- "id": "businessspaceledger",
- "name": "业务空间",
- "orders": 3,
- "path": "/ledger/spacelist",
- "icon": "businessspace"
- },{
- "id": "equipment",
- "name": "设备",
- "orders": 3,
- "path": "/ledger/facility",
- "icon": "equip"
- },
- {
- "id": "system",
- "name": "系统",
- "orders": 4,
- "path": "/ledger/list",
- "icon": "systemor"
- },{
- "id": "overview",
- "name": "关系",
- "orders": 5,
- "path": "/relation/overview",
- "icon": "relationview"
- }
- ]
- }, {
- "id": "xianchangjiaofugongjv",
- "name": "现场交付工具",
- "orders": 6,
- children: [{
- "id": "CADtuzhiguanli",
- "name": "CAD图纸核查",
- "orders": 7,
- "path": "/deliveryTools/cadDrawingManage",
- "icon": "cadimg"
- }]
- }, {
- "id": "draw",
- "name": "绘图工具",
- "orders": 8,
- children: [{
- "id": "xitongtubianji",
- "name": "系统图",
- "orders": 9,
- "path": "/systemGraph",
- "icon": "systemgraph"
- }]
- }]
- };
- if (typeof window != 'undefined') {
- window.__systemConf = __systemConf;
- }
- if (typeof module != 'undefined') {
- module.exports = __systemConf;
- }
|