修复前端传参错误

This commit is contained in:
Iwan Lebron
2024-07-27 11:50:18 +08:00
committed by GitHub
parent b7d671e6d9
commit ac1e604eb4

View File

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