57 lines
1.8 KiB
Vue
57 lines
1.8 KiB
Vue
/*
|
|
* @Author: hisense.wuhongjian
|
|
* @Date: 2020-07-07 16:03:23
|
|
* @LastEditors: hisense.wuhongjian
|
|
* @LastEditTime: 2022-04-01 10:51:45
|
|
* @Description: 系统静态参数配置
|
|
*/
|
|
var _global = {}
|
|
var CONFIGITEM = {
|
|
version: 'qingdao',
|
|
configData: {
|
|
qingdao: {
|
|
// bdMapUrl: 'http://15.2.21.238:9890/tiles-sd/tiles',
|
|
// bdMapUrl: 'http://15.72.178.129:9890/tiles-sd/tiles',
|
|
bdMapUrl: 'http://15.72.178.148:9890/tiles-sd/tiles',
|
|
fileService: 'http://15.72.178.148:1080/files/',
|
|
websocketService: 'ws://15.72.178.136:8777',
|
|
gisService: 'http://15.72.178.148:8585',
|
|
pageOfficeService: 'http://15.72.178.136:9393/',
|
|
refreshTimerFlag: true,
|
|
loginInfo: {
|
|
// 视频平台登陆信息
|
|
// loginIp: '10.132.191.3',
|
|
loginPort: '8320',
|
|
// userName: 'chengshiyunnao',
|
|
// userPwd: 'QDyjj@2021',
|
|
loginIp: '10.132.191.3',
|
|
userName: 'ynszdz',
|
|
userPwd: 'Admin@123',
|
|
channelList: [
|
|
'37020002001310000022',
|
|
'37020001001310000210',
|
|
'37020002001310000026',
|
|
'37020002001310000031'
|
|
],
|
|
channels: [
|
|
{ channelId: '37020002001310000022' },
|
|
{ channelId: '37020001001310000210' },
|
|
{ channelId: '37020002001310000026' },
|
|
{ channelId: '37020002001310000031' }
|
|
],
|
|
name_32:
|
|
'General_DSS-LightWeight-Client_x86_V2.1.0.2110.R.20211106.exe',
|
|
url_32:
|
|
'/static/General_DSS-LightWeight-Client_x86_V2.1.0.2110.R.20211106.exe',
|
|
name_64:
|
|
'General_DSS-LightWeight-Client_x64_V2.1.0.2110.R.20211106.exe',
|
|
url_64:
|
|
'/static/General_DSS-LightWeight-Client_x64_V2.1.0.2110.R.20211106.exe'
|
|
},
|
|
MAX_CIRCLE_RADIUS: 20000,
|
|
maxMapZoom: 10
|
|
},
|
|
}
|
|
}
|
|
_global.config = CONFIGITEM.configData[CONFIGITEM.version]
|