This commit is contained in:
hh
2022-01-11 17:05:48 +08:00
parent b263304da1
commit 71ec949be7
24 changed files with 2596 additions and 45 deletions

View File

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