src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue
@@ -169,7 +169,6 @@ const jobId = ref('') const handleDetail = row => { if (!row.device_sns.length) return ElMessage.warning('没有device_sns') // if (row.device_sns.length !== 1) return ElMessage.success('即将跳转到集群调度') rowData.value = row ? row : {} if (row.device_sns.length > 1 && (row.status === 2 || row.status === 1)) { const adminUrl = `${import.meta.env.VITE_APP_AREA_NAME}/command-center-dashboard/#/clusterScheduling`