初始化项目

This commit is contained in:
zx
2026-03-09 15:02:47 +08:00
commit 97b070a1a4
274 changed files with 24365 additions and 0 deletions

11
.env.production Normal file
View File

@@ -0,0 +1,11 @@
# 页面标题
VITE_APP_TITLE = 若依管理系统
# 生产环境配置
VITE_APP_ENV = 'production'
# 若依管理系统/生产环境
VITE_APP_BASE_API = 'http://192.168.1.5:8082'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip