16 lines
254 B
Plaintext
16 lines
254 B
Plaintext
VITE_PUBLIC_PATH='/'
|
|
|
|
# 是否启用MOCK
|
|
VITE_USE_MOCK=false
|
|
|
|
# base api
|
|
VITE_BASE_API='//test.wanzhuanyongcheng.cn/store'
|
|
|
|
VITE_ADMIN_API='//test.wanzhuanyongcheng.cn'
|
|
|
|
# 是否启用压缩
|
|
VITE_USE_COMPRESS=true
|
|
|
|
# 压缩类型
|
|
VITE_COMPRESS_TYPE=gzip
|