diff --git a/static/config.js b/static/config.js index 2e9fefd..865512c 100644 --- a/static/config.js +++ b/static/config.js @@ -1,19 +1,20 @@ 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/' // 前台地址 + // faceOnlineAdress: 'ws://192.168.0.30:7777/', + // weburl: 'http://192.168.0.30:8082/', // 前台地址 + // httpurl: 'http://192.168.0.30:8891/', // 后台地址 + // httpurl1: 'http://192.168.0.30:8082/' // 前台地址 + // 正式 + faceOnlineAdress: 'ws://39.100.70.177:7777/', + weburl: 'https://lak.qhdsafety.com/org/', // 前台地址 + httpurl: 'https://lak.qhdsafety.com/qa-education-exam-org/', // 后台地址 + httpurl1: 'https://lak.qhdsafety.com/org/', // 前台地址 + portalUrl: 'https://lak.qhdsafety.com/org/' // 门户网站地址 -测试 // 测试-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/' // 前台地址 + // faceOnlineAdress: 'ws://192.168.0.31:8013/', + // weburl: 'http://192.168.0.31:8013/', // 前台地址 + // httpurl: 'http://192.168.0.31:8013/qa-education-exam-org/', // 后台地址 + // httpurl1: 'http://192.168.0.31:8013/' // 前台地址 }