From 8cd21c2fd70e16ce90eda284d9fb40adbbdc4677 Mon Sep 17 00:00:00 2001 From: Developer Date: Wed, 3 Dec 2025 00:19:03 -0800 Subject: [PATCH] =?UTF-8?q?fix(mobile-upgrade):=20=E4=BF=AE=E5=A4=8D=20API?= =?UTF-8?q?=20URL=20=E8=B7=AF=E5=BE=84=E9=87=8D=E5=A4=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除 NEXT_PUBLIC_API_URL 末尾的 /api,避免请求路径变成 /api/api/v1/... 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- frontend/mobile-upgrade/.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/mobile-upgrade/.env.production b/frontend/mobile-upgrade/.env.production index 4baee4f9..1cf9b47e 100644 --- a/frontend/mobile-upgrade/.env.production +++ b/frontend/mobile-upgrade/.env.production @@ -1,5 +1,5 @@ # API Configuration -NEXT_PUBLIC_API_URL=https://api.rwadurian.com/api +NEXT_PUBLIC_API_URL=https://api.rwadurian.com # Application Info NEXT_PUBLIC_APP_NAME=RWADurian Mobile Upgrade