dashboard
repositories
filestore
activity
search
login
main
/
expertSystem
应急管理厅专家管理系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
使用tinymce富文本
zhouwenxuan
2023-12-08
b7143b51f3a50b6fac9c139d291c1fad017daee6
[expertSystem.git]
/
.env.production
1
2
3
4
5
6
7
8
9
10
11
# 页面标题
VITE_APP_TITLE = 智慧安评
# 生产环境配置
VITE_APP_ENV = 'production'
# 智慧安评/生产环境
VITE_APP_BASE_API = '/api'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip