From 40d5d625c0d84822b0aafe0132f72864c9e0ac56 Mon Sep 17 00:00:00 2001 From: iceman Date: Thu, 29 May 2025 17:37:56 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=AD=A3=E5=BC=8F=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E5=AD=98=E5=9C=A8ws=E5=9C=B0=E5=9D=80=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=EF=BC=8C=E9=9C=80=E5=A2=9E=E5=8A=A0VITE=5FIP=5FPORT=20?= =?UTF-8?q?=E7=9A=84url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.production b/.env.production index 40548cd..38d6922 100644 --- a/.env.production +++ b/.env.production @@ -7,6 +7,9 @@ VITE_PUBLIC_PATH = / # Delete console VITE_DROP_CONSOLE = true +# socket地址 +VITE_IP_PORT = '192.168.123.22:8080' + # Whether to enable gzip or brotli compression # Optional: gzip | brotli | none # If you need multiple forms, you can use `,` to separate -- Gitee