2023-11-06 18:11:01 +08:00
|
|
|
// eslint-disable-next-line no-unused-vars
|
|
|
|
const config = {
|
2024-11-12 14:10:42 +08:00
|
|
|
weburl: 'http://192.168.0.105:8081/', // 前台地址
|
|
|
|
httpurl: 'http://192.168.0.105:8091/', // 后台地址
|
2024-01-19 17:46:54 +08:00
|
|
|
qyurl: 'https://qgqy.qhdsafety.com/', // 企业前台
|
2023-11-06 18:11:01 +08:00
|
|
|
adminurl: 'https://www.qdkjchina.com/qa-prevention-admin/',
|
|
|
|
// 正式
|
2024-11-12 14:10:42 +08:00
|
|
|
// fileUrl: 'https://qgqy.qhdsafety.com/file/', // 附件服务器地址
|
|
|
|
fileUrl: 'http://192.168.192.201:8991/file/', // 附件服务器地址,
|
2024-01-19 17:46:54 +08:00
|
|
|
weburlWaiwang: 'https://qgqy.qhdsafety.com/', // 服务器外网地址
|
|
|
|
httpurlWaiwang: 'https://qgqy.qhdsafety.com/qa-prevention-gwj/', // ,
|
|
|
|
fileUrlWaiwang: 'https://qgqy.qhdsafety.com/file/', // 服务器外网 附件地址,
|
2024-05-20 13:51:32 +08:00
|
|
|
publicKey: 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC2zCyUYSD0pNrbtaYdvGfHfWoRV+fo/2N9O2PLLz/jZvMkigkq4eAq4JO+Ek0wDHI9WxP6iTSLYCHhIOs9CQTPvyldJFm8riZtQZlBTD8Plkb3rjrgwTqbBi3w3+HKYdkSvGFXJIdSOPbpXnj5BzN8vlVaybs24R/vpUzG9178lwIDAQAB',
|
|
|
|
NoDwSysUrl: 'ws://192.168.151.27:9002' // 人员定位系统websocket地址
|
2023-11-06 18:11:01 +08:00
|
|
|
}
|