From 1d552a3bad95caae4af15322df28e6240b797693 Mon Sep 17 00:00:00 2001 From: 罗广辉 <guanghui.luo@foxmail.com> Date: Thu, 13 Aug 2026 15:32:06 +0800 Subject: [PATCH] feat: app视频封面图 --- applications/task-work-order/env/.env.development | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/applications/task-work-order/env/.env.development b/applications/task-work-order/env/.env.development index 2846312..4daf355 100644 --- a/applications/task-work-order/env/.env.development +++ b/applications/task-work-order/env/.env.development @@ -4,11 +4,9 @@ VITE_APP_ENV='development' #开发环境代理地址(推荐本地新建文件 .env.development.local 来进行覆盖) -VITE_APP_URL=http://192.168.1.227 +#VITE_APP_URL=http://192.168.1.227 +VITE_APP_URL=http://220.177.172.27:8100/api # ws地址 VITE_APP_WS_API_URL=wss://wrj.shuixiongit.com/drone-wss/api/v1/ws - -# 行政区划存放地址 -VITE_APP_REGION_URL=https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_region -- Gitblit v1.9.3