From 53e05fe6ee217a9d4190d75b09ddd15e0608e803 Mon Sep 17 00:00:00 2001 From: huxiaoyu Date: Fri, 21 Feb 2025 06:13:31 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.env.local?= 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 b04d38876..2aaea86e2 100644 --- a/.env.local +++ b/.env.local @@ -5,14 +5,14 @@ VITE_DEV=true # 请求路径 # VITE_BASE_URL='http://localhost:48080' -VITE_BASE_URL = 'http://www.hs365.top' +VITE_BASE_URL = 'https://www.hs365.top' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务 VITE_UPLOAD_TYPE=server # 接口地址 # VITE_API_URL=/admin-api -VITE_API_URL=/api +VITE_API_URL=/admin-api # 是否删除debugger VITE_DROP_DEBUGGER=true