From d268596f09cba76c5c465d67e646fab2cfac9f5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=97=B4=E8=B4=A7?= <252048765@qq.com> Date: Sat, 7 Sep 2024 11:34:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E5=90=8D?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.local | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.local b/.env.local index 704fd043a..595eec03c 100644 --- a/.env.local +++ b/.env.local @@ -5,13 +5,13 @@ VITE_DEV=true # 请求路径VITE_BASE_URL='http://localhost:48080' # 请求路径 -VITE_BASE_URL='http://100.98.30.68:48080' +VITE_BASE_URL='http://100.80.97.101:48080' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务 VITE_UPLOAD_TYPE=server # 上传路径VITE_UPLOAD_URL='http://localhost:48080/admin-api/infra/file/upload' # 上传路径 -VITE_UPLOAD_URL='http://100.98.30.68:48080/admin-api/infra/file/upload' +VITE_UPLOAD_URL='http://100.80.97.101:48080/admin-api/infra/file/upload' # 接口地址 VITE_API_URL=/admin-api