qa-regulatory-gwj-vue/static/config.js

19 lines
1.3 KiB
JavaScript
Raw Normal View History

2024-01-17 15:47:21 +08:00
// eslint-disable-next-line no-unused-vars
2023-11-07 10:04:37 +08:00
const config = {
weburl: 'http://192.168.0.45:8082/', // 前台地址
2024-01-19 17:43:56 +08:00
httpurl: 'http://192.168.151.43:8092/', // 后台地址
2023-11-07 10:04:37 +08:00
qyurl: 'http://192.168.0.45:8080/', // 企业前台
2023-12-14 17:49:54 +08:00
fileUrl: 'http://192.168.192.201:8991/file/', // 附件服务器地址
2023-11-07 10:04:37 +08:00
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',
2024-02-03 20:15:57 +08:00
cmtPositionUrl: '172.16.11.146:8899',
2023-11-07 10:04:37 +08:00
cfdfileUrl: 'http://60.2.209.238:8991/file',
2023-12-14 17:49:54 +08:00
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'
2023-11-07 10:04:37 +08:00
}