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

16 lines
957 B
JavaScript
Raw Normal View History

2023-11-06 18:11:01 +08:00
// eslint-disable-next-line no-unused-vars
const config = {
2024-07-23 14:45:11 +08:00
weburl: 'http://192.168.0.37:8080/', // 前台地址
2024-07-09 17:58:20 +08:00
// httpurl: 'http://192.168.0.29:8091/', // 后台地址
httpurl: '/api', // 后台地址
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-07-23 14:45:11 +08:00
fileUrl: 'https://wwag.qhdsafety.com/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/', // 服务器外网 附件地址,
publicKey: 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC2zCyUYSD0pNrbtaYdvGfHfWoRV+fo/2N9O2PLLz/jZvMkigkq4eAq4JO+Ek0wDHI9WxP6iTSLYCHhIOs9CQTPvyldJFm8riZtQZlBTD8Plkb3rjrgwTqbBi3w3+HKYdkSvGFXJIdSOPbpXnj5BzN8vlVaybs24R/vpUzG9178lwIDAQAB',
NoDwSysUrl: 'ws://192.168.151.27:9002' // 人员定位系统websocket地址
2023-11-06 18:11:01 +08:00
}