###
|
# @Author : yuan
|
# @Date : 2025-09-26 16:06:57
|
# @LastEditors : yuan
|
# @LastEditTime : 2025-09-27 15:09:17
|
# @FilePath : \.env.production
|
# @Description :
|
# Copyright 2025 OBKoro1, All Rights Reserved.
|
# 2025-09-26 16:06:57
|
###
|
#生产环境配置
|
VITE_APP_ENV = 'production'
|
|
VITE_APP_XT_URL = http://220.177.172.27:8100/yisuanzhijian
|
|
# 是否在打包时开启压缩,支持 gzip 和 brotli
|
VITE_BUILD_COMPRESS = gzip
|
|
# ws地址
|
VITE_APP_WS_API_URL = wss://aisky.org.cn/drone-wss/api/v1/ws
|
|
#内嵌航线规划iframe地址
|
VITE_APP_WAY_LINE_PLAN = 'https://aisky.org.cn/bigScreen/#/layout/iframeWayline'
|
|
# 行政区划存放地址
|
VITE_APP_REGION_URL = https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_region
|
|
# arcgis服务图层地址
|
VITE_APP_ARCGIS_URL = https://aisky.org.cn/arcgis116
|
|
#地址搜索服务
|
VITE_APP_SEARCH_URL = https://aisky.org.cn/gd-restapi-amap
|