From 2e4a8950290ea2eef167315a4254f89ded9acc49 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 16 Dec 2021 11:12:19 +0800
Subject: [PATCH] 20211216
---
src/main/resources/templates/febs/views/video/video/video-source-add.html | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/templates/febs/views/video/video/video-source-add.html b/src/main/resources/templates/febs/views/video/video/video-source-add.html
index 484a21a..4baab79 100644
--- a/src/main/resources/templates/febs/views/video/video/video-source-add.html
+++ b/src/main/resources/templates/febs/views/video/video/video-source-add.html
@@ -92,7 +92,6 @@
layer.msg('上传中', {icon: 16, time: 0});
}
,done: function(res){
- console.log(res);
//如果上传失败
if(res.code != 200){
return layer.msg('上传失败');
--
Gitblit v1.9.1