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

19 lines
904 B
JavaScript
Raw Normal View History

2023-11-07 10:17:12 +08:00
const config = {
2024-06-26 16:54:07 +08:00
// weburl: 'http://192.168.151.43:8088/', // 前台地址
// httpurl: 'http://192.168.151.43:8088/', // 后台地址
weburl: 'http://192.168.0.49:8088/', // 前台地址
httpurl: 'http://192.168.0.49:8088/', // 后台地址
2023-11-07 10:17:12 +08:00
qyurl: 'http://192.168.151.43:8088/', // 企业前台
2024-06-26 16:54:07 +08:00
2023-11-07 10:17:12 +08:00
adminurl: 'https://www.qdkjchina.com/qa-prevention-admin/',
// 正式
2024-07-10 16:48:00 +08:00
// fileUrl: 'http://192.168.192.201:8991/file/', // 附件服务器地址,
// 测试
fileUrl: 'http://wwag.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
}