diff --git a/src/pages/index.vue b/src/pages/index.vue index 6543645..41e82dc 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -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 {