From 189251d0700a135fc3dc21d812a844bc64ca461b Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Thu, 14 Dec 2023 19:53:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 1fcbce6..698202c 100644 --- a/.env.development +++ b/.env.development @@ -4,11 +4,11 @@ NODE_ENV=development VITE_DEV=false # 请求路径 -VITE_BASE_URL='http://192.168.0.165:25110' +VITE_BASE_URL='http://localhost:25110' # 上传路径 #VITE_UPLOAD_URL='http://localhost:12080/admin-api/spc/template-item-details/upload' -VITE_UPLOAD_URL='http://192.168.0.165:25110/admin-api/infra/file/upload' +VITE_UPLOAD_URL='http://localhost:25110/admin-api/infra/file/upload' # 接口前缀 VITE_API_BASEPATH=/dev-api