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 | 45 +++++++++++++++++++++++++++------------------ 1 files changed, 27 insertions(+), 18 deletions(-) diff --git a/applications/task-work-order/env/.env.test b/applications/task-work-order/env/.env.test index 4600bb8..71ff553 100644 --- a/applications/task-work-order/env/.env.test +++ b/applications/task-work-order/env/.env.test @@ -1,31 +1,40 @@ -NODE_ENV = 'test' +### + # @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' #开发环境配置 -VITE_APP_ENV = 'test' +VITE_APP_ENV='test' # 服务地址 -VITE_APP_URL = https://wrj.shuixiongit.com/api +VITE_APP_URL=https://wrj.shuixiongit.com/api #新大屏地址 -VITE_APP_DASHBOARD_URL = 'https://wrj.shuixiongit.com/command-center-dashboard/' - -# 域名 -VITE_APP_AREA_NAME = https://wrj.shuixiongit.com +VITE_APP_DASHBOARD_URL='https://wrj.shuixiongit.com/command-center-dashboard/' # ws地址 -VITE_APP_WS_API_URL = wss://wrj.shuixiongit.com/drone-wss/api/v1/ws +VITE_APP_WS_API_URL=wss://wrj.shuixiongit.com/drone-wss/api/v1/ws # 航线文件地址 -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 +VITE_APP_AIRLINE_URL=https://wrj.shuixiongit.com/minio/cloud-bucket # 行政区划存放地址 -VITE_APP_REGION_URL = https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_region +VITE_APP_REGION_URL=https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_region -# 设备ip地址 -VITE_APP_DEVICE_IP = '139.196.74.78:1883' -- Gitblit v1.9.3