From 8c6f0393f6f12928e3f549517e2b63c1e6798df1 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 16 Dec 2021 17:35:23 +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