| | |
| | | `https://web.byisf.com:18000/GetPlayUrl?deviceCode=${that.form.serialNumber}&chl=${that.form.channelNumber}` |
| | | ) |
| | | .then((result) => { |
| | | axios({ |
| | | method: "post", |
| | | url: `/api/blade-jfpts/rvideo/rVoids`, |
| | | params: { |
| | | url: result.data.data.flv, |
| | | }, |
| | | }).then((resdata) => {}); |
| | | // axios({ |
| | | // method: "post", |
| | | // url: `/api/blade-jfpts/rvideo/rVoids`, |
| | | // params: { |
| | | // url: result.data.data.flv, |
| | | // }, |
| | | // }).then((resdata) => {}); |
| | | }); |
| | | }); |
| | | if ( |
| | |
| | | .then(function () { |
| | | that.dialogTableVisible = false; |
| | | |
| | | axios({ |
| | | method: "post", |
| | | url: `/api/blade-jfpts/rvideo/stop`, |
| | | params: { |
| | | jid: row.id, |
| | | }, |
| | | }).then((resdata) => {}); |
| | | // axios({ |
| | | // method: "post", |
| | | // url: `/api/blade-jfpts/rvideo/stop`, |
| | | // params: { |
| | | // jid: row.id, |
| | | // }, |
| | | // }).then((resdata) => {}); |
| | | |
| | | that.$router.push({ |
| | | path: "/policeTracking/track", |