停车场项目web, 互联网仓库, 开发完成后, 需要将代码回传云桌面.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

46 lines
1.6 KiB

var sysConfig = {
// 系统编号
"project": 39,
// 系统名称
"sysText": "多维大数据融合系统",
// 系统名称英文简写
"sys": "FAS",
// 接口地址
// "apiHost": 'http://192.168.8.7:3001/mock/2047',
"apiHost": 'http://192.168.1.36:3001/mock/609',
'apiManageHost':'Manage',
// 登录地址
"loginUrl": "#/login",
// 地图配置
"map": {
"center": [120.201416, 35.958312],
"zoom": 11,
"scaleZoom": 13,
"zooms": [3, 18],
"mapTileType": "tumeng",
"mapCRS": "3857",
"mapTileTile": "tumeng",
"mapTileHost": "http://114.215.146.210:25003",
"slName": "", // 矢量地图名称
"wxName": "", // 卫星地图名称
},
// checkNavArr: [],
"xpChromeUrl": "",
"win7ChromeUrl": "",
"accountExcelUrl": "", // 后台账号管理下载模板
"appDownloadUrl": "", // app下载链接
"messageConst": {
"wssUrl": "localhost:9000",
"getNewsList": "http://192.168.1.36:3001/mock/231/get_news_list",
"getNewsHistoryList": "http://192.168.1.36:3001/mock/231/get_news_history_list",
"getContactList": "http://192.168.1.36:3001/mock/231/get_contact_list",
"createGroupUrl": "http://192.168.1.36:3001/mock/231/create_group",
"checkFileUrl": "http://192.168.1.36:3001/mock/231/check_file",
"uploadChunkUrl": "http://192.168.1.36:3001/mock/231/upload_chunk",
"getGroupList": "http://192.168.1.36:3001/mock/231/get_group_list",
"getDepartmentInfo": "http://192.168.1.36:3001/mock/231/get_user_info",
"editGroupUrl": "http://192.168.1.36:3001/mock/231/edit_group_person",
"exitGroupUrl": "http://192.168.1.36:3001/mock/231/exit_group",
},
};