去除视频地址临时参数
This commit is contained in:
parent
659c462d91
commit
ec6508c262
|
|
@ -90,7 +90,7 @@ async function goToResult(formEl: FormInstance | undefined) {
|
||||||
// console.log('跳转结果页')
|
// console.log('跳转结果页')
|
||||||
router.push({
|
router.push({
|
||||||
path: '/nav/hazardCheckResult',
|
path: '/nav/hazardCheckResult',
|
||||||
query: { vid_file: 'santai5.mp4' },
|
query: { vid_file: ruleForm.vidPath },
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue