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