From 9cb9637f10c527da0a60f778323b5dd14314bcef Mon Sep 17 00:00:00 2001
From: wzy <wzy19931122ai@163.com>
Date: Wed, 15 Dec 2021 23:17:07 +0800
Subject: [PATCH] fix video add no complete
---
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