From 92e4c0f5deeba69d52603da02bea2ab7836bb9f6 Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期一, 05 五月 2025 17:21:08 +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