| | |
| | | |
| | | NODE_ENV = 'production' |
| | | NODE_ENV='production' |
| | | |
| | | #生产环境配置 |
| | | VITE_APP_ENV = 'production' |
| | | VITE_APP_ENV='production' |
| | | |
| | | # 服务地址 |
| | | VITE_APP_URL = https://aisky.org.cn/api |
| | | VITE_APP_URL=https://aisky.org.cn/api |
| | | |
| | | # 域名 |
| | | VITE_APP_AREA_NAME = https://aisky.org.cn |
| | | VITE_APP_AREA_NAME=https://aisky.org.cn |
| | | |
| | | #新大屏地址 |
| | | VITE_APP_DASHBOARD_URL = 'https://aisky.org.cn/command-center-dashboard/' |
| | | VITE_APP_DASHBOARD_URL='https://aisky.org.cn/command-center-dashboard/' |
| | | |
| | | # ws地址 |
| | | VITE_APP_WS_API_URL = wss://aisky.org.cn/drone-wss/api/v1/ws |
| | | VITE_APP_WS_API_URL=wss://aisky.org.cn/drone-wss/api/v1/ws |
| | | |
| | | # 航线文件地址 |
| | | VITE_APP_AIRLINE_URL = https://wrj.shuixiongit.com/aiskyminio/cloud-bucket |
| | | VITE_APP_AIRLINE_URL=https://wrj.shuixiongit.com/aiskyminio/cloud-bucket |
| | | |
| | | # 图片存放地址 |
| | | VITE_APP_TERRAIN_URL = https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_terrain/ |
| | | VITE_APP_TERRAIN_URL=https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_terrain/ |
| | | |
| | | # 算法仓库图片地址 |
| | | VITE_APP_PICTURE_URL = https://wrj.shuixiongit.com/aiskyminio/cloud-bucket |
| | | VITE_APP_PICTURE_URL=https://wrj.shuixiongit.com/aiskyminio/cloud-bucket |
| | | |
| | | # 行政区划存放地址 |
| | | VITE_APP_REGION_URL = https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_region |
| | | VITE_APP_REGION_URL=https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_region |
| | | |
| | | # 设备ip地址 |
| | | VITE_APP_DEVICE_IP = '101.132.85.201:1883' |
| | | VITE_APP_DEVICE_IP='101.132.85.201:1883' |