From 901d7e38d936d0c5f84299e3f6118e702b4667fd Mon Sep 17 00:00:00 2001 From: zhouhaibin Date: Thu, 17 Apr 2025 14:07:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8E=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 2a18f4d..8a1e23a 100644 --- a/.env.production +++ b/.env.production @@ -9,7 +9,7 @@ VITE_BUILD_COMPRESS = 'gzip' VITE_DROP_CONSOLE = true # 后端路径 -VITE_GLOB_API_URL=/sjj +VITE_GLOB_API_URL=/prod-api # 全局加密开关(即开启了加解密功能才会生效 不是全部接口加密 需要和后端对应) VITE_GLOB_ENABLE_ENCRYPT=true