From a64ddd6afe6775cd85e31568017a109ac8990c8d Mon Sep 17 00:00:00 2001 From: fangyunong Date: Tue, 12 Aug 2025 14:10:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=96=B0=E5=90=8E=E7=AB=AFAPI?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index e81618f..d0ccee5 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,2 @@ -VITE_API_BASE_URL=http://47.94.224.191:8080 +VITE_API_BASE_URL=http://zeronode.cn VITE_FRONTEND_CALLBACK_URL=http://localhost:5173/callback \ No newline at end of file diff --git a/.env.production b/.env.production index cb31c35..1b7268b 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,3 @@ # .env.production (生产环境) -VITE_API_BASE_URL=http://47.94.224.191:8080 -VITE_FRONTEND_CALLBACK_URL=http://47.94.224.191:8080/callback # 或者你的生产环境前端URL \ No newline at end of file +VITE_API_BASE_URL=http://zeronode.cn +VITE_FRONTEND_CALLBACK_URL=http://zeronode.cn/callback # 或者你的生产环境前端URL \ No newline at end of file