1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| 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_AREA_NAME = wss://wrj.shuixiongit.com
|
| # 航线文件地址
| VITE_APP_AIRLINE_URL = https://wrj.shuixiongit.com/minio/cloud-bucket
|
|