ci(other): cicd
This commit is contained in:
18
.env.production
Normal file
18
.env.production
Normal file
@@ -0,0 +1,18 @@
|
||||
# 资源公共路径,需要以 /开头和结尾
|
||||
VITE_PUBLIC_PATH='/'
|
||||
|
||||
# 是否启用MOCK
|
||||
VITE_USE_MOCK=false
|
||||
|
||||
# base api
|
||||
VITE_BASE_API='//www.wanzhuanyongcheng.cn/store'
|
||||
VITE_BASE_API_1='//api.gxwzwh.com/store'
|
||||
|
||||
VITE_ADMIN_API='//www.wanzhuanyongcheng.cn'
|
||||
VITE_ADMIN_API_1='//api.gxwzwh.com'
|
||||
|
||||
# 是否启用压缩
|
||||
VITE_USE_COMPRESS=true
|
||||
|
||||
# 压缩类型
|
||||
VITE_COMPRESS_TYPE=gzip
|
||||
Reference in New Issue
Block a user