diff --git a/src/api/service/imLiveActivity.js b/src/api/service/imLiveActivity.js index 8154dbe..700ecac 100644 --- a/src/api/service/imLiveActivity.js +++ b/src/api/service/imLiveActivity.js @@ -42,3 +42,10 @@ export function delImLiveActivity(id) { method: 'delete' }) } + +export function endImLiveActivity(id) { + return request({ + url: '/service/imLiveActivity/end/' + id, + method: 'post' + }) +} \ No newline at end of file diff --git a/src/views/service/appUser/index.vue b/src/views/service/appUser/index.vue index f5d244d..e159ca8 100644 --- a/src/views/service/appUser/index.vue +++ b/src/views/service/appUser/index.vue @@ -107,7 +107,7 @@ @selection-change="handleSelectionChange" > - + -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - 搜索 - 重置 - - -
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + 搜索 + 重置 + + +
-
- - - - - 导出 - - - - -
+ + + 导出 + + + + +
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + +