| | |
| | | #开发环境配置 |
| | | VITE_APP_ENV='test' |
| | | |
| | | # 服务地址 |
| | | VITE_APP_URL=https://wrj.shuixiongit.com/api |
| | | |
| | | #新大屏地址 |
| | | VITE_APP_DASHBOARD_URL='https://wrj.shuixiongit.com/command-center-dashboard/' |
| | | |
| | | # ws地址 |
| | | VITE_APP_WS_API_URL=wss://wrj.shuixiongit.com/drone-wss/api/v1/ws |
| | | |
| | | # 航线文件地址 |
| | | VITE_APP_AIRLINE_URL=https://wrj.shuixiongit.com/minio/cloud-bucket |
| | | |
| | | # 图片存放地址 |
| | | VITE_APP_TERRAIN_URL=https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_terrain/ |
| | | |
| | | |
| | | # 行政区划存放地址 |
| | | VITE_APP_REGION_URL=https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_region |
| | | |