From 89380e6260a75d1d3b94de687ebcc2f50d50659d Mon Sep 17 00:00:00 2001 From: shuishen <1109946754@qq.com> Date: Tue, 03 Feb 2026 15:44:33 +0800 Subject: [PATCH] feat:环境变量配置调整 --- applications/task-work-order/env/.env.test | 24 ++++++++++++++++++++---- 1 files changed, 20 insertions(+), 4 deletions(-) diff --git a/applications/task-work-order/env/.env.test b/applications/task-work-order/env/.env.test index 40b3bf8..71ff553 100644 --- a/applications/task-work-order/env/.env.test +++ b/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 -- Gitblit v1.9.3