This commit is contained in:
BianLzhaoMin 2025-04-01 18:23:52 +08:00
parent ef068aeed8
commit b7b302b3c5
1 changed files with 1 additions and 2 deletions

View File

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