From f59b581836bdaa64b76bfaadc44257966cdd37c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Sat, 22 Nov 2025 22:16:53 +0800 Subject: [PATCH] =?UTF-8?q?chore(env):=20=E5=90=AF=E7=94=A8=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E7=8E=AF=E5=A2=83=E6=9C=8D=E5=8A=A1=E5=99=A8API?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在开发环境配置中启用本地服务器API地址 - 注释掉原来的占位配置项 - 确保开发环境能正确连接到本地后端服务 --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 21e4ab5..41b0ae9 100644 --- a/.env.development +++ b/.env.development @@ -1,6 +1,6 @@ VITE_APP_NAME=后台管理(开发环境) #VITE_API_URL=http://192.168.1.131:9200/api -#VITE_SERVER_API_URL=http://127.0.0.1:8000/api +VITE_SERVER_API_URL=http://127.0.0.1:8000/api #VITE_API_URL=https://cms-api.s209.websoft.top/api