From 12c72e520e0ff9d738b9dac5ce84a4821a75e6e3 Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期一, 21 四月 2025 17:29:55 +0800
Subject: [PATCH] feat:添加视频弹窗

---
 .env.development |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/.env.development b/.env.development
index 6911e80..1a20aaa 100644
--- a/.env.development
+++ b/.env.development
@@ -6,10 +6,7 @@
 VITE_APP_ENV = 'development'
 
 # 图片地址
-VITE_APP_IMG_BASEURL = 'http://192.168.0.200:8036/upload'
+VITE_APP_IMG_BASEURL='http://192.168.0.200:8036/upload'
 
-# 金川接口
-  # VITE_APP_PUBLIC_REQUEST_API = 'http://113.250.189.120:8030'
-  # VITE_APP_PUBLIC_REQUEST_API = 'http://113.250.189.120:8036'
 #后端本地
   VITE_APP_PUBLIC_REQUEST_API = 'http://192.168.0.200:8036'

--
Gitblit v1.9.3