吉安感知网项目-前端
shuishen
2026-02-03 89380e6260a75d1d3b94de687ebcc2f50d50659d
feat:环境变量配置调整
7 files modified
49 ■■■■■ changed files
applications/drone-command/env/.env 12 ●●●●● patch | view | raw | blame | history
applications/drone-command/env/.env.development 2 ●●●●● patch | view | raw | blame | history
applications/drone-command/env/.env.production 3 ●●●●● patch | view | raw | blame | history
applications/drone-command/env/.env.test 3 ●●●●● patch | view | raw | blame | history
applications/task-work-order/env/.env 2 ●●● patch | view | raw | blame | history
applications/task-work-order/env/.env.production 3 ●●●●● patch | view | raw | blame | history
applications/task-work-order/env/.env.test 24 ●●●● 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