From d16d04d80e42802e9caaacee9617159921e18b93 Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期六, 07 六月 2025 16:14:33 +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