From e2150515ac0f387eb26843af0c65cfe71f25d985 Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期五, 13 六月 2025 14:52:37 +0800 Subject: [PATCH] fix:添加检测数据的定时器功能 --- .env.staging | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.staging b/.env.staging index f76c90c..c684c17 100644 --- a/.env.staging +++ b/.env.staging @@ -6,7 +6,7 @@ VITE_APP_ENV = 'staging' # 图片地址 -VITE_APP_IMG_BASEURL = 'http://113.250.189.120:8036/upload' +VITE_APP_IMG_BASEURL = 'https://www.huiwuyuntong.com/water-hydropower-beta/upload' # 金川管理系统/测试环境 - VITE_APP_PUBLIC_REQUEST_API = 'http://113.250.189.120:8036' + VITE_APP_PUBLIC_REQUEST_API = 'https://www.huiwuyuntong.com/water-hydropower-beta' -- Gitblit v1.9.3