上传文件至 /

This commit is contained in:
jiwanjun 2026-01-13 11:17:53 +08:00
parent 674c80bf27
commit 6a7d5db119
1 changed files with 17 additions and 0 deletions

17
.env.production Normal file
View File

@ -0,0 +1,17 @@
###
# @Author: 季万俊
# @Date: 2026-01-05 16:32:20
# @Description:
###
# 页面标题
VITE_APP_TITLE = 煤炭进销存管理系统
# 生产环境配置
VITE_APP_ENV = 'production'
# 煤炭进销存管理系统/生产环境
VITE_APP_BASE_API = 'http://172.16.1.105:8000/'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip