Iwan Lebron
2024-07-27 ac1e604eb455e165e84496270fe065cbb4540bca
修复前端传参错误
1个文件已修改
2 ■■■ 已修改文件
web_src/src/components/PushVideoList.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
web_src/src/components/PushVideoList.vue
@@ -228,7 +228,7 @@
        url: "/api/push/stop",
        params: {
          app: row.app,
          streamId: row.stream
          stream: row.stream
        }
      }).then((res) => {
        if (res.data.code === 0) {