From f7fd0b165ce8b0792c4486aac578d87429065e22 Mon Sep 17 00:00:00 2001 From: sheng <905537351@qq.com> Date: Thu, 25 Jun 2026 11:21:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=80=E5=8F=91=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=90=8E=E5=8F=B0=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.development b/.env.development index f4975fa3..4165cdfc 100644 --- a/.env.development +++ b/.env.development @@ -4,7 +4,8 @@ VUE_APP_TITLE=D2Admin Dev # 后台接口地址(代理目标) -VUE_APP_BASE_URL=http://127.0.0.1:8787/background/ +VUE_APP_BASE_URL=http://127.0.0.1:22777/background/ + # Workerman 接口地址和端口 VUE_APP_WORKERMAN_URL=http://127.0.0.1:34351