From 668d7bbc9ef66fd50a92e242e3fe0bd6da1f935c Mon Sep 17 00:00:00 2001 From: ZLY Date: Mon, 22 Sep 2025 16:15:37 +0800 Subject: [PATCH] =?UTF-8?q?config(env):=20=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.env b/.env index a2e552a..9522659 100644 --- a/.env +++ b/.env @@ -1,5 +1,11 @@ # API基础URL NEXT_PUBLIC_API_BASE_URL=/ -# 开发服务器主机地址 -NEXT_PUBLIC_DEV_SERVER_HOST=https://p29.ngsk.tech:7001 \ No newline at end of file +# 开发服务器主机地址 129穿透 +#NEXT_PUBLIC_DEV_SERVER_HOST=https://p29.ngsk.tech:7001 + +# 开发环境-129 +#NEXT_PUBLIC_DEV_SERVER_HOST='http://192.168.5.129:80' + +# 开发环境-119 +NEXT_PUBLIC_DEV_SERVER_HOST='http://192.168.5.119:80' \ No newline at end of file