From 05d623d5b806f6650b9544dcbd4f322d677bf9a8 Mon Sep 17 00:00:00 2001
From: yz3456 <2753272399@qq.com>
Date: 星期二, 26 三月 2024 16:44:40 +0800
Subject: [PATCH] 完善直播模块2

---
 ruoyi-ui/src/views/bignote/familyeventInfo.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-ui/src/views/bignote/familyeventInfo.vue b/ruoyi-ui/src/views/bignote/familyeventInfo.vue
index 56e8ee5..ee6f147 100644
--- a/ruoyi-ui/src/views/bignote/familyeventInfo.vue
+++ b/ruoyi-ui/src/views/bignote/familyeventInfo.vue
@@ -441,7 +441,7 @@
 	  let uls = ""
 	  this.fileListOther.map(function (elem){
 	    if(elem.res==false)
-			elem.url.replace(process.env.VUE_APP_BASE_TRUE_API,"")
+			uls = uls +","+elem.url.replace(process.env.VUE_APP_BASE_TRUE_API,"")
 	  })
 	  this.formData.url = ul+","+uls;
 	  if(res==true){

--
Gitblit v1.9.1