From e54e0762784a161606f2af54095931787efbe9d0 Mon Sep 17 00:00:00 2001 From: ikmkj <1@qq,com> Date: Thu, 22 Jan 2026 17:21:59 +0800 Subject: [PATCH] =?UTF-8?q?config(env):=20=E6=9B=B4=E6=96=B0=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E7=8E=AF=E5=A2=83API=E5=9F=BA=E7=A1=80URL=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将开发环境API基础URL从 /api 更改为 https://hdy16-16.311169.xyz - 将web环境API基础URL从 https://biji-houduan2.ikmkj.dpdns.org/ 更改为 https://hdy16-16.311169.xyz --- biji-qianduan/.env.development | 2 +- biji-qianduan/.env.web | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/biji-qianduan/.env.development b/biji-qianduan/.env.development index 14ea4ad..3014e03 100644 --- a/biji-qianduan/.env.development +++ b/biji-qianduan/.env.development @@ -1 +1 @@ -VITE_API_BASE_URL=/api +VITE_API_BASE_URL=https://hdy16-16.311169.xyz diff --git a/biji-qianduan/.env.web b/biji-qianduan/.env.web index 615b37d..2d176f2 100644 --- a/biji-qianduan/.env.web +++ b/biji-qianduan/.env.web @@ -1,3 +1,3 @@ VITE_BASE_URL=/ -VITE_API_BASE_URL=https://biji-houduan2.ikmkj.dpdns.org/ +VITE_API_BASE_URL=https://hdy16-16.311169.xyz