diff --git a/apps/web-antd/.env.production b/apps/web-antd/.env.production index 0c309145..daf85589 100644 --- a/apps/web-antd/.env.production +++ b/apps/web-antd/.env.production @@ -16,7 +16,7 @@ VITE_INJECT_APP_LOADING=true VITE_ARCHIVER=true # 后端接口地址 -VITE_GLOB_API_URL=/prod-api +VITE_GLOB_API_URL=/api # 全局加密开关(即开启了加解密功能才会生效 不是全部接口加密 需要和后端对应) VITE_GLOB_ENABLE_ENCRYPT=true