From ea258a8e3b609bd87ef0ca91571d42d04d4b0c91 Mon Sep 17 00:00:00 2001 From: wangpeng Date: Fri, 12 Apr 2024 11:21:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=AF=E5=8A=A8=E5=90=8E?= =?UTF-8?q?=E5=8F=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 6 +----- .env.development | 3 +++ .env.production | 3 --- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.env b/.env index 6862a98..ca3c81c 100644 --- a/.env +++ b/.env @@ -1,7 +1,3 @@ -VITE_BASE_URL=http://192.168.0.49:8093/ -VITE_PROXY=/api/ +VITE_PROXY=/api VITE_FILE_URL=https://file.zcloudchina.com/YTHFile VITE_TEMPLATE_URL=https://qaaq.qhdsafety.com/file/ -VITE_ON_LINE_WEB_SOCKET_URL=wss://qaaq.qhdsafety.com/zxwebsocket/ -VITE_LEARNING_WEB_SOCKET_URL=wss://qaaq.qhdsafety.com/websocket/ - diff --git a/.env.development b/.env.development index e69de29..1252cf2 100644 --- a/.env.development +++ b/.env.development @@ -0,0 +1,3 @@ +VITE_BASE_URL=http://192.168.0.69:7082/ +VITE_ON_LINE_WEB_SOCKET_URL=wss://qaaq.qhdsafety.com/zxwebsocket/ +VITE_LEARNING_WEB_SOCKET_URL=wss://qaaq.qhdsafety.com/websocket/ diff --git a/.env.production b/.env.production index fdbe314..e120c4c 100644 --- a/.env.production +++ b/.env.production @@ -1,7 +1,4 @@ VITE_BASE_URL=http://192.168.0.31:7082/integrated_traffic/ -VITE_PROXY=/api/ -VITE_FILE_URL=https://file.zcloudchina.com/YTHFile -VITE_TEMPLATE_URL=https://qaaq.qhdsafety.com/file/ VITE_ON_LINE_WEB_SOCKET_URL=wss://qaaq.qhdsafety.com/zxwebsocket/ VITE_LEARNING_WEB_SOCKET_URL=wss://qaaq.qhdsafety.com/websocket/