179 lines
7.0 KiB
JavaScript
179 lines
7.0 KiB
JavaScript
/*
|
|
* @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',
|
|
// version: "32",
|
|
configData: {
|
|
qingdao: {
|
|
region: '市南区',
|
|
regionCode: '370202',
|
|
qsCode: '37020200',
|
|
baseAPI: 'http://15.72.183.90:7010',
|
|
baseYjAPI: 'http://15.72.178.136:9494',
|
|
username: 'qdyjj',
|
|
password: 'qdyjj2',
|
|
// 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',
|
|
|
|
sysTitle: '青岛市一体化综合指挥平台-疫情专题',
|
|
sysEnglishTitle:
|
|
'Qingdao Integrated Comprehensive Response Command Platform',
|
|
commandTitle: '青岛市一体化综合指挥平台-疫情专题',
|
|
|
|
// baseAPI: 'http://15.72.178.136:9494',
|
|
// baseAPI: 'http://15.72.183.90:9015',
|
|
// baseAPI: 'http://15.2.21.153:8090',
|
|
|
|
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' }
|
|
],
|
|
channelList1: [
|
|
'37028528001321820195',
|
|
'37028528001321820197',
|
|
'37028528001321820196',
|
|
'37028528001321820201'
|
|
],
|
|
channels1: [
|
|
{ channelId: '37028528001321820195' },
|
|
{ channelId: '37028528001321820197' },
|
|
{ channelId: '37028528001321820196' },
|
|
{ channelId: '37028528001321820201' }
|
|
],
|
|
channelAreaList: [
|
|
'37020220001321113922'
|
|
],
|
|
channelsArea: [
|
|
{ channelId: '37020220001321113922'},
|
|
],
|
|
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
|
|
},
|
|
32: {
|
|
region: '市南区',
|
|
regionCode: '',
|
|
qsCode: '37020200',
|
|
username: 'qdyjj',
|
|
password: 'qdyjj',
|
|
bdMapUrl: 'http://15.2.21.238:9890/tiles-sd/tiles',
|
|
|
|
sysTitle: '青岛市一体化综合指挥平台-防疫专题',
|
|
sysEnglishTitle:
|
|
'Comprehensive Application Platform for Emergency Management',
|
|
commandTitle: '即墨区一体化综合指挥平台-防疫专题',
|
|
// baseAPI: 'http://10.16.5.86:9494',
|
|
// baseAPI: 'http://10.16.4.88:9494',
|
|
// baseAPI: 'http://10.16.3.2:9494',
|
|
// baseAPI: 'http://10.16.4.88:9494',
|
|
// baseAPI: 'http://15.2.21.238:9015',
|
|
// baseAPI: "http://192.168.0.105:8090",
|
|
baseAPI: 'http://15.2.21.233:7010',
|
|
baseYjAPI: 'http://15.2.21.238:9015',
|
|
// baseAPI: 'http://192.168.0.105:8090',
|
|
// baseAPI: 'http://15.2.21.149:9015', // 服务器
|
|
// baseAPI: 'http://15.2.21.241:9015', // 杨林
|
|
fileService: 'http://15.2.21.238:1080/files/',
|
|
websocketService: 'ws://15.2.21.238:8777',
|
|
gisService: 'http://localhost:8585',
|
|
pageOfficeService: 'http://10.16.3.2:9393/',
|
|
websocketServiceApp: 'ws://10.16.3.2:8118/websocket/', // app语音测试的连接地址
|
|
loginInfo: { // 视频平台登陆信息
|
|
// loginIp: '10.132.191.3',
|
|
loginPort: '8320',
|
|
// userName: 'chengshiyunnao',
|
|
// userPwd: 'QDyjj@2021',
|
|
loginIp: '10.132.191.3',
|
|
userName: 'ynszdz',
|
|
userPwd: 'Admin@123',
|
|
channelList: ['37023000001315514277', '37020010001321105103', '37020228001321113009', '37020228001321113011'],
|
|
channels: [
|
|
{ channelId: '37023000001315514277' },
|
|
{ channelId: '37020228001321113002' },
|
|
{ channelId: '37020228001321113009' },
|
|
{ channelId: '37020228001321113013' }
|
|
],
|
|
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'
|
|
},
|
|
maxMapZoom: 18
|
|
},
|
|
chengtest: {
|
|
sysTitle: '应急管理综合应用平台',
|
|
sysEnglishTitle:
|
|
'Comprehensive Application Platform for Emergency Management',
|
|
commandTitle: '市南区一体化综合指挥平台',
|
|
baseAPI: 'http://10.16.101.247:9494',
|
|
fileService: 'http://10.16.101.247:1080/files/',
|
|
websocketService: 'ws://10.16.101.247:8777',
|
|
gisService: 'http://10.16.101.206:8585',
|
|
pageOfficeService: 'http://10.16.101.247:9393/',
|
|
websocketServiceApp: 'ws://10.16.101.247:8118/websocket/' // app语音测试的连接地址
|
|
},
|
|
stab: {
|
|
sysTitle: '应急管理综合应用平台',
|
|
sysEnglishTitle:
|
|
'Comprehensive Application Platform for Emergency Management',
|
|
commandTitle: '市南区一体化综合指挥平台',
|
|
baseAPI: 'http://10.18.224.76:9494',
|
|
fileService: 'http://10.18.224.76:1080/files/',
|
|
websocketService: 'ws://10.18.224.77:8777',
|
|
gisService: 'http://10.18.224.76:8585',
|
|
pageOfficeService: 'http://10.18.224.77:9393/',
|
|
websocketServiceApp: 'ws://10.18.224.77:8118/websocket/' // app语音测试的连接地址
|
|
},
|
|
systest: {
|
|
sysTitle: '应急管理综合应用平台',
|
|
sysEnglishTitle:
|
|
'Comprehensive Application Platform for Emergency Management',
|
|
commandTitle: '市南区一体化综合指挥平台',
|
|
baseAPI: 'http://10.16.101.247:9494',
|
|
fileService: 'http://10.16.101.206:1080/files/',
|
|
websocketService: 'ws://10.16.101.247:8777',
|
|
gisService: 'http://10.16.101.206:8585',
|
|
pageOfficeService: 'http://10.16.101.247:9393/',
|
|
websocketServiceApp: 'ws://10.16.101.247:8118/websocket/' // app语音测试的连接地址
|
|
}
|
|
}
|
|
}
|
|
_global.config = CONFIGITEM.configData[CONFIGITEM.version]
|