chore: 增加环境变量打包配置demo -> build:antd:test

This commit is contained in:
dap
2025-03-15 16:25:13 +08:00
parent 2e064604c1
commit 5310bddc1c
5 changed files with 42 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ VITE_INJECT_APP_LOADING=true
# 打包后是否生成dist.zip
VITE_ARCHIVER=true
# 后台请求路径 具体在vite.config.mts配置代理
# 后端接口地址
VITE_GLOB_API_URL=/prod-api
# 全局加密开关(即开启了加解密功能才会生效 不是全部接口加密 需要和后端对应)