From 37ea9863893ae02426c1154cee02be32ab54d9e8 Mon Sep 17 00:00:00 2001 From: tim Date: Mon, 1 Sep 2025 14:31:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9F=9F=E5=90=8D=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/.env.example | 4 ++-- frontend_nuxt/.env.staging.example | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend_nuxt/.env.example b/frontend_nuxt/.env.example index 47e0d7c24..a57f4362a 100644 --- a/frontend_nuxt/.env.example +++ b/frontend_nuxt/.env.example @@ -3,12 +3,12 @@ ; 预发环境后端 ; NUXT_PUBLIC_API_BASE_URL=https://staging.open-isle.com ; 生产环境后端 -NUXT_PUBLIC_API_BASE_URL=https://www.open-isle.com +NUXT_PUBLIC_API_BASE_URL=https://open-isle.com ; 预发环境 ; NUXT_PUBLIC_WEBSITE_BASE_URL=https://staging.open-isle.com ; 正式环境/生产环境 -NUXT_PUBLIC_WEBSITE_BASE_URL=https://www.open-isle.com +NUXT_PUBLIC_WEBSITE_BASE_URL=https://open-isle.com NUXT_PUBLIC_GOOGLE_CLIENT_ID=777830451304-nt8afkkap18gui4f9entcha99unal744.apps.googleusercontent.com NUXT_PUBLIC_GITHUB_CLIENT_ID=Ov23liVkO1NPAX5JyWxJ NUXT_PUBLIC_DISCORD_CLIENT_ID=1394985417044000779 diff --git a/frontend_nuxt/.env.staging.example b/frontend_nuxt/.env.staging.example index 894b47255..3a2a26b41 100644 --- a/frontend_nuxt/.env.staging.example +++ b/frontend_nuxt/.env.staging.example @@ -3,12 +3,12 @@ ; 预发环境后端 NUXT_PUBLIC_API_BASE_URL=https://staging.open-isle.com ; 生产环境后端 -; NUXT_PUBLIC_API_BASE_URL=https://www.open-isle.com +; NUXT_PUBLIC_API_BASE_URL=https://open-isle.com ; 预发环境 NUXT_PUBLIC_WEBSITE_BASE_URL=https://staging.open-isle.com ; 正式环境/生产环境 -; NUXT_PUBLIC_WEBSITE_BASE_URL=https://www.open-isle.com +; NUXT_PUBLIC_WEBSITE_BASE_URL=https://open-isle.com NUXT_PUBLIC_GOOGLE_CLIENT_ID=777830451304-nt8afkkap18gui4f9entcha99unal744.apps.googleusercontent.com NUXT_PUBLIC_GITHUB_CLIENT_ID=Ov23liVkO1NPAX5JyWxJ