feat: 🚀 优化树状结构

This commit is contained in:
2025-07-11 16:34:41 +08:00
parent 38b57adb5e
commit b302b3af2b
6 changed files with 31 additions and 51 deletions

View File

@@ -1,11 +1,10 @@
ENV = 'production'
VITE_APP_API_BASEURL = https://opsscmapi.f2b211.com/api/ #请求地址
VITE_APP_API_BASEURL =https://ow.f2b211.com/admapi/v1
#前端回显图片之类的地址
# 线上环境
VITE_USER_NODE_ENV = production
#前端回显图片之类的地址
VITE_APP_API_BASE_UPLOAD_URL =https://dev.ow.f2b211.com/
VITE_APP_API_BASE_UPLOAD_URL =https://ow.f2b211.com/
# 是否启用 gzip 或 brotli 压缩打包,如果需要多个压缩规则,可以使用 “,” 分隔
# Optional: gzip | brotli | none