From 15c5e70dd90a0389d70b3d855977dfd9070588fc Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期二, 03 六月 2025 09:48:55 +0800 Subject: [PATCH] fix:修改金川视频播放,弹窗方式 --- .env.development | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.env.development b/.env.development index 941161e..202a22f 100644 --- a/.env.development +++ b/.env.development @@ -6,7 +6,7 @@ VITE_APP_ENV = 'development' # 图片地址 -VITE_APP_IMG_BASEURL='http://192.168.0.200:8036/upload' +VITE_APP_IMG_BASEURL='https://www.huiwuyuntong.com/water-hydropower-beta/upload' #后端本地 VITE_APP_PUBLIC_REQUEST_API = 'http://192.168.0.67:8036' -- Gitblit v1.9.3