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

修复前端传参错误
pull/1554/head
Iwan Lebron 2024-07-27 11:50:42 +08:00 committed by GitHub
commit 7d172ffad2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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