From 03a7a76e896a7c5a902305d873bb5727fab30876 Mon Sep 17 00:00:00 2001 From: zhangyanli Date: Wed, 22 Apr 2026 08:33:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/config.js | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) 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/' // 前台地址 }