mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-23 13:37:49 +08:00
修复前端传参错误
This commit is contained in:
parent
b7d671e6d9
commit
ac1e604eb4
@ -228,7 +228,7 @@ export default {
|
|||||||
url: "/api/push/stop",
|
url: "/api/push/stop",
|
||||||
params: {
|
params: {
|
||||||
app: row.app,
|
app: row.app,
|
||||||
streamId: row.stream
|
stream: row.stream
|
||||||
}
|
}
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
if (res.data.code === 0) {
|
if (res.data.code === 0) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user