1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
| NODE_ENV='production'
|
| #生产环境配置
| VITE_APP_ENV='production'
|
| # 服务地址
| VITE_APP_URL=https://aisky.org.cn/api
|
| #新大屏地址
| 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_AIRLINE_URL=https://wrj.shuixiongit.com/aiskyminio/cloud-bucket
|
| # 行政区划存放地址
| VITE_APP_REGION_URL=https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_region
|
|