From b7b302b3c5ebd72994f457c2a4087e5630ff1d90 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Tue, 1 Apr 2025 18:23:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 70da636..cbda64b 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -19,9 +19,8 @@ import { getTaskDetailsApi } from '@/services/options' const isError = ref(false) const taskDescribe = ref('') - const origin = window.location.href -const taskId = ref('28') +const taskId = ref('') const taskType = ref(2) if (origin.indexOf('=') > -1) {