Merge pull request #2 from iwanlebron/iwanlebron-patch-2

修复前端传参错误
This commit is contained in:
Iwan Lebron
2024-07-27 11:50:42 +08:00
committed by GitHub

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