From ec6508c26270f786102eb4915bfff1d75329cb98 Mon Sep 17 00:00:00 2001 From: yueliuli <1628111725@qq.com> Date: Thu, 23 Apr 2026 17:23:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E8=A7=86=E9=A2=91=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E4=B8=B4=E6=97=B6=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {