20 lines
944 B
JavaScript
20 lines
944 B
JavaScript
const config = {
|
|
adminurl: 'https://pxadmin.qhdsafety.com/qa-education-admin/',
|
|
fileUrl: 'https://file.zcloudchina.com/JYPXFile', // 附件服务器地址
|
|
// faceOnlineAdress: 'wss://pxapp.qhdsafety.com/websocket/',
|
|
// faceOnlineAdress: 'ws://192.168.10.57:7777/',
|
|
// portalUrl: 'https://qypx.qhdsafety.com/portal/', // 门户网站地址 - 正式
|
|
portalUrl: 'http://192.168.10.571:7450/org/', // 门户网站地址 -测试
|
|
|
|
// 本地
|
|
faceOnlineAdress: 'ws://192.168.10.57:7777/',
|
|
weburl: 'http://192.168.10.57:7450/', // 前台地址
|
|
httpurl: 'http://192.168.10.57:7450/', // 后台地址
|
|
httpurl1: 'http://192.168.10.57:7451/' // 前台地址
|
|
// 测试-org
|
|
// faceOnlineAdress: 'ws://192.168.0.31:7878/',
|
|
// weburl: 'http://192.168.10.57:7450/org/', // 前台地址
|
|
// httpurl: 'http://192.168.10.57:7450/qa-education-exam-org/', // 后台地址
|
|
// httpurl1: 'http://192.168.10.57:7450/org/' // 前台地址
|
|
}
|