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

16 lines
729 B
JavaScript
Raw Normal View History

2024-11-19 14:13:47 +08:00
const config = {
weburl: 'http://192.168.0.16:8084/', // 前台地址
httpurl: '/api', // 后台地址
adminurl: 'https://www.qdkjchina.com/qa-prevention-admin/',
// fileUrl: 'http://36.133.193.8:8086/wlaqfile', // 附件服务器地址
fileUrl: 'https://wlqy.zcloudchina.com/file', // 附件服务器地址
faceOnlineAdress: 'ws://192.168.0.31:8899/'
// // 正式
// weburl: 'https://wlqy.zcloudchina.com/', // 前台地址
// httpurl: 'https://wlqy.zcloudchina.com/qa-prevention-wlaq', // 后台地址
// adminurl: 'https://www.qdkjchina.com/qa-prevention-admin/',
// fileUrl: 'https://wlqy.zcloudchina.com/file', // 附件服务器地址
// faceOnlineAdress: 'wss://wlqy.zcloudchina.com/websocket/'
}