去除视频地址临时参数

This commit is contained in:
yueliuli 2026-04-23 17:23:30 +08:00
parent 659c462d91
commit ec6508c262
1 changed files with 1 additions and 1 deletions

View File

@ -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 {