代码初始化

This commit is contained in:
tianyongbao
2025-04-24 17:33:21 +08:00
commit 58da6b59c7
669 changed files with 209122 additions and 0 deletions

14
.env.production Normal file
View File

@@ -0,0 +1,14 @@
# 页面标题
VITE_APP_TITLE = 海纳云智慧照明管理平台
# 生产环境配置
VITE_APP_ENV = 'production'
# 市政一体化/生产环境
VITE_APP_BASE_API = '/prod-api'
# 文件图片上传
VITE_APP_FILE_API = '/prod-file'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip