20 lines
934 B
JavaScript
20 lines
934 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.0.31:7777/',
|
||
|
|
// portalUrl: 'https://qypx.qhdsafety.com/portal/', // 门户网站地址 - 正式
|
||
|
|
portalUrl: 'http://192.168.0.31:7450/ent/', // 门户网站地址 -测试
|
||
|
|
|
||
|
|
// 本地
|
||
|
|
faceOnlineAdress: 'ws://192.168.0.30:7777/',
|
||
|
|
weburl: 'http://192.168.0.30:7450/', // 前台地址
|
||
|
|
httpurl: 'http://192.168.0.30:7450/', // 后台地址
|
||
|
|
httpurl1: 'http://192.168.0.30:7451/' // 前台地址
|
||
|
|
// 测试-org
|
||
|
|
// faceOnlineAdress: 'ws://192.168.0.31:7878/',
|
||
|
|
// weburl: 'http://192.168.0.31:7450/org/', // 前台地址
|
||
|
|
// httpurl: 'http://192.168.0.31:7450/qa-education-exam-ent/', // 后台地址
|
||
|
|
// httpurl1: 'http://192.168.0.31:7450/org/' // 前台地址
|
||
|
|
}
|