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