mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-13 17:17:50 +08:00
修复前端传参错误
This commit is contained in:
parent
b7d671e6d9
commit
ac1e604eb4
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user