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