From 702f1a9b1b80df33c17fc32caf12aeab50427063 Mon Sep 17 00:00:00 2001 From: mocheng <3057647414@qq.com> Date: Tue, 24 Jun 2025 15:14:56 +0800 Subject: [PATCH] env --- apps/web-antd/.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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