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

12 lines
696 B
JavaScript
Raw Normal View History

2023-11-07 10:17:12 +08:00
const config = {
weburl: 'http://192.168.151.43:8088/', // 前台地址
httpurl: 'http://192.168.151.43:8088/', // 后台地址
qyurl: 'http://192.168.151.43:8088/', // 企业前台
adminurl: 'https://www.qdkjchina.com/qa-prevention-admin/',
// 正式
fileUrl: 'https://qgqy.qhdsafety.com/file/', // 附件服务器地址,
2023-12-14 17:49:53 +08:00
publicKey: 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC2zCyUYSD0pNrbtaYdvGfHfWoRV+fo/2N9O2PLLz/jZvMkigkq4eAq4JO+Ek0wDHI9WxP6iTSLYCHhIOs9CQTPvyldJFm8riZtQZlBTD8Plkb3rjrgwTqbBi3w3+HKYdkSvGFXJIdSOPbpXnj5BzN8vlVaybs24R/vpUzG9178lwIDAQAB',
2023-12-15 09:14:13 +08:00
httpJgUrl: 'http://192.168.151.56:8092/',
messageUrl: 'http://192.168.151.56:8082/static/qrcode/views/xgf_hgz/index.html'
2023-11-07 10:17:12 +08:00
}