From c3800541d4b45807fff3ed3444f27b5ac7b3dd01 Mon Sep 17 00:00:00 2001 From: mamamiyear Date: Thu, 30 Oct 2025 06:55:31 +0800 Subject: [PATCH] chore: change the production base url to right domain --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 6e5578e..5cfb9c3 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,2 @@ # 生产环境配置 -VITE_API_BASE_URL=http://47.109.95.59:20080 \ No newline at end of file +VITE_API_BASE_URL=https://if.u.mamamiyear.site:20443 \ No newline at end of file