17 lines
1.2 KiB
JavaScript
17 lines
1.2 KiB
JavaScript
const config = {
|
|
weburl: 'http://192.168.0.45:8082/', // 前台地址
|
|
httpurl: '/api', // 后台地址
|
|
qyurl: 'http://192.168.0.45:8080/', // 企业前台
|
|
fileUrl: 'http://192.168.192.201:8991/file/', // 附件服务器地址
|
|
publicKey: 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC2zCyUYSD0pNrbtaYdvGfHfWoRV+fo/2N9O2PLLz/jZvMkigkq4eAq4JO+Ek0wDHI9WxP6iTSLYCHhIOs9CQTPvyldJFm8riZtQZlBTD8Plkb3rjrgwTqbBi3w3+HKYdkSvGFXJIdSOPbpXnj5BzN8vlVaybs24R/vpUzG9178lwIDAQAB',
|
|
weburlWaiwang: 'https://skqhdg.porthebei.com:9004/', // 附件服务器地址,
|
|
httpurlWaiwang: 'https://skqhdg.porthebei.com:9004/qa-prevention-gwj/', // 附件服务器地址,
|
|
fileUrlWaiwang: 'https://skqhdg.porthebei.com:9004/file/', // 附件服务器地址,
|
|
weburlNaiwang: 'http://192.168.192.201:8992/', // 附件服务器地址,
|
|
httpurlNaiwang: 'http://192.168.192.201:8992//qa-prevention-gwj/', // 附件服务器地址,
|
|
perRealTimeLocUrl: '192.168.210.32:8084/netty/test.io',
|
|
cfdfileUrl: 'http://60.2.209.238:8991/file',
|
|
xfgUrl: 'https://skqhdg.porthebei.com:9006/static/qrcode/views/xgf_hgz/index.html',
|
|
messageUrl: 'http://192.168.151.56:8082/static/qrcode/views/xgf_hgz/index.html'
|
|
}
|