Przeglądaj źródła

修复前端传参错误

Iwan Lebron 1 rok temu
rodzic
commit
ac1e604eb4
1 zmienionych plików z 1 dodań i 1 usunięć
  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) {