无人机管理后台前端(已迁走)
chenyao
2025-09-10 2ef549708ac794f1830ecbdd9ecb1b9d20c212ff
src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue
@@ -173,7 +173,7 @@
   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`
      const targetPath = `taskNo=${encodeURIComponent(rowData.value.job_info_num)}}`
      const targetPath = `taskNo=${encodeURIComponent(rowData.value.job_info_num)}`
      window.open(`${adminUrl}?${targetPath}`, '_blank')
      return
   }