瀏覽代碼

修复前端传参错误

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) {