zhouwenxuan
2024-04-10 4bc0d3e1611da659c853a3589d84cf41d91f13d2
1
2
3
4
5
6
7
8
9
10
11
# 页面标题
VITE_APP_TITLE = 智慧安评
 
# 生产环境配置
VITE_APP_ENV = 'production'
 
# 智慧安评/生产环境
VITE_APP_BASE_API = 'http://106.15.95.149:8088/api'
 
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip