NODE_ENV = 'development'
|
|
#开发环境配置
|
VITE_APP_ENV = 'development'
|
|
#接口地址
|
VITE_APP_API=/api
|
|
#页面基础路径
|
VITE_APP_BASE=/manage
|
|
# 服务地址
|
VITE_APP_URL = https://wrj.shuixiongit.com/api
|
# VITE_APP_URL= http://192.168.1.7
|
# 域名
|
VITE_APP_AREA_NAME = wss://wrj.shuixiongit.com
|
|
# 航线文件地址
|
VITE_APP_AIRLINE_URL = https://wrj.shuixiongit.com/minio/cloud-bucket
|
# 图片存放地址
|
VITE_APP_TERRAIN_URL = https://wrj.shuixiongit.com/aiskyminio/cloud-bucket
|
|
# 是否在打包时开启压缩,支持 gzip 和 brotli
|
VITE_BUILD_COMPRESS = gzip
|