From 15c5e70dd90a0389d70b3d855977dfd9070588fc Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期二, 03 六月 2025 09:48:55 +0800
Subject: [PATCH] fix:修改金川视频播放,弹窗方式

---
 src/views/system/user/index.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue
index 4f87b0e..5a345a7 100644
--- a/src/views/system/user/index.vue
+++ b/src/views/system/user/index.vue
@@ -138,7 +138,6 @@
 import setPostParams from "@/utils/searchParams.js";
 
 const {proxy} = getCurrentInstance();
-const imgBaseUrl = import.meta.env.VITE_APP_IMG_BASEURL //图片前缀
 
 /**
  * 搜索相关
@@ -247,7 +246,7 @@
 
 //上传文件,添加图片地址信息
 const uploadData = (img) => {
-    form.value.headImg = imgBaseUrl + img.toString()
+    form.value.headImg = img.toString()
 }
 
 //获取用户分类列表

--
Gitblit v1.9.3