From 59aec113158208adea26cff9f3643d4480aba37f Mon Sep 17 00:00:00 2001
From: panlinlin <648540858@qq.com>
Date: 星期一, 12 四月 2021 09:03:14 +0800
Subject: [PATCH] 恢复默认配置

---
 web_src/src/components/PushVideoList.vue |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/web_src/src/components/PushVideoList.vue b/web_src/src/components/PushVideoList.vue
index 6e73f37..3e155c2 100644
--- a/web_src/src/components/PushVideoList.vue
+++ b/web_src/src/components/PushVideoList.vue
@@ -15,8 +15,6 @@
 					</el-table-column>
 					<el-table-column prop="stream" label="娴両D" width="240" align="center">
 					</el-table-column>
-					<el-table-column prop="totalReaderCount" label="鍦ㄧ嚎浜烘暟" width="240" align="center">
-					</el-table-column>
 					<el-table-column prop="gbId" label="鍥芥爣缂栫爜" width="150" align="center">
 					</el-table-column>
 					<el-table-column label="寮�濮嬫椂闂�" align="center" >
@@ -157,7 +155,7 @@
 			},
 			removeFromGB: function(row){
 				var that = this;
-				that.$axios.post(`/api/push/removeFormGB`, row)
+				that.$axios.post(`/api/push/remove_form_gb`, row)
 					.then(function (res) {
 						console.log(res);
 						console.log(res.data == "success");

--
Gitblit v1.8.0