From f702429408ca5be26eebc616ddf7911026fdb7b3 Mon Sep 17 00:00:00 2001 From: chenfang Date: Wed, 17 Apr 2024 13:57:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index fdfc9d74e..78976cddd 100644 --- a/.env.development +++ b/.env.development @@ -7,7 +7,7 @@ VITE_DEV=false VITE_BASE_URL='http://localhost:12080' # 上传路径 -VITE_UPLOAD_URL='http://localhost:12080/api/admin-api/infra/file/upload' +VITE_UPLOAD_URL='http://localhost:12080/admin-api/infra/file/upload' # 接口前缀 VITE_API_BASEPATH=/dev-api