From 97691ca8ff07600e2a24dfee6b0b15b8689459d9 Mon Sep 17 00:00:00 2001 From: liuchen <23082234@qq.com> Date: Tue, 6 Feb 2024 10:49:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.test b/.env.test index 165e820..74e8c94 100644 --- a/.env.test +++ b/.env.test @@ -13,7 +13,7 @@ VITE_UPLOAD_URL='http://dev.ccwin-in.com:28000/api/infra/file/upload' VITE_API_BASEPATH= # 接口地址 -VITE_API_URL=/api +VITE_API_URL=/api/admin-api # 是否删除debugger VITE_DROP_DEBUGGER=true