This commit is contained in:
2023-05-12 17:24:21 +08:00
parent e08ed33cd9
commit d780951020
13 changed files with 586 additions and 85 deletions

View File

@ -5,7 +5,7 @@ VITE_APP_TITLE = 木鸢物联平台
VITE_APP_ENV = 'production'
# 木鸢物联平台/生产环境
VITE_APP_BASE_API = '/prod-api'
VITE_APP_BASE_API = '/api'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip