From 354e0b44c97d8af2a3904a635a728e0e205c21a3 Mon Sep 17 00:00:00 2001 From: zdg Date: Thu, 12 Dec 2024 12:27:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index b7f30f3..a166cab 100644 --- a/.env.production +++ b/.env.production @@ -19,7 +19,7 @@ VITE_APP_RES_FILE_PATH = 'https://prev.ysaix.com:7868/src/assets/textbook/booktx VITE_APP_BUILD_BASE_PATH = 'https://prev.ysaix.com:7868/' # websocket 地址 -VITE_APP_WS_URL = 'wss://file.ysaix.com:7868' +VITE_APP_WS_URL = 'wss://prev.ysaix.com:7868' # 是否显示开发工具 VITE_SHOW_DEV_TOOLS = 'true'