소스 검색

修复前端传参错误

Iwan Lebron 1 년 전
부모
커밋
ac1e604eb4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web_src/src/components/PushVideoList.vue

+ 1 - 1
web_src/src/components/PushVideoList.vue

@@ -228,7 +228,7 @@ export default {
         url: "/api/push/stop",
         params: {
           app: row.app,
-          streamId: row.stream
+          stream: row.stream
         }
       }).then((res) => {
         if (res.data.code === 0) {