| applications/drone-command/env/.env | ●●●●● patch | view | raw | blame | history | |
| applications/drone-command/env/.env.development | ●●●●● patch | view | raw | blame | history | |
| applications/drone-command/env/.env.production | ●●●●● patch | view | raw | blame | history | |
| applications/drone-command/env/.env.test | ●●●●● patch | view | raw | blame | history | |
| applications/task-work-order/env/.env | ●●●●● patch | view | raw | blame | history | |
| applications/task-work-order/env/.env.production | ●●●●● patch | view | raw | blame | history | |
| applications/task-work-order/env/.env.test | ●●●●● patch | view | raw | blame | history |
applications/drone-command/env/.env
@@ -1,3 +1,13 @@ /* * @Author : yuan * @Date : 2026-01-07 14:58:30 * @LastEditors : yuan * @LastEditTime : 2026-02-03 15:43:33 * @FilePath : \applications\drone-command\env\.env * @Description : * Copyright 2026 OBKoro1, All Rights Reserved. * 2026-01-07 14:58:30 */ #接口地址 VITE_APP_API=/api @@ -12,3 +22,5 @@ # 是否在打包时开启压缩,支持 gzip 和 brotli VITE_BUILD_COMPRESS=gzip VITE_APP_TERRAIN_URL=https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_c_uas/ applications/drone-command/env/.env.development
@@ -30,8 +30,6 @@ # 航线文件地址 VITE_APP_AIRLINE_URL=https://wrj.shuixiongit.com/minio/cloud-bucket # 地形存放 VITE_APP_TERRAIN_URL=https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_c_uas/ # 行政区划存放地址 VITE_APP_REGION_URL=https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_region # 算法仓库图片地址 applications/drone-command/env/.env.production
@@ -19,9 +19,6 @@ # 航线文件地址 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_PICTURE_URL=https://wrj.shuixiongit.com/aiskyminio/cloud-bucket applications/drone-command/env/.env.test
@@ -18,9 +18,6 @@ # 航线文件地址 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_PICTURE_URL = https://wrj.shuixiongit.com/aiskyminio/cloud-bucket applications/task-work-order/env/.env
@@ -22,4 +22,4 @@ # 预览地址 previewURL VITE_APP_PREVIEW_URL=http://192.168.1.36:8012 VITE_APP_TERRAIN_URL=https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_c_uas/ VITE_APP_TERRAIN_URL=https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_c_uas/ applications/task-work-order/env/.env.production
@@ -16,8 +16,5 @@ # 航线文件地址 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_REGION_URL=https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_region applications/task-work-order/env/.env.test
@@ -1,3 +1,23 @@ ### # @Author : yuan # @Date : 2026-02-03 13:46:08 # @LastEditors : yuan # @LastEditTime : 2026-02-03 15:44:11 # @FilePath : \applications\task-work-order\env\.env.test # @Description : # Copyright 2026 OBKoro1, All Rights Reserved. # 2026-02-03 13:46:08 ### ### # @Author : yuan # @Date : 2026-02-03 13:46:08 # @LastEditors : yuan # @LastEditTime : 2026-02-03 15:44:01 # @FilePath : \applications\task-work-order\env\.env.test # @Description : # Copyright 2026 OBKoro1, All Rights Reserved. # 2026-02-03 13:46:08 ### NODE_ENV='test' #开发环境配置 @@ -14,10 +34,6 @@ # 航线文件地址 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