无人机管理后台前端(已迁走)
chenyao
2025-05-23 92ff7acd99bd15598d307f411efa9152a92e1bbf
src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue
@@ -171,12 +171,12 @@
      // isShowCurrentTaskDetails.value = true
      // 跳转大屏当前任务详情
      const adminUrl = `${import.meta.env.VITE_APP_AREA_NAME}/command-center-dashboard/`
      const targetPath = `/taskManage?id=${item.id}&batchNo=${item.batch_no}`
      const targetPath = `/taskManage?id=${rowData.value.id}&batchNo=${rowData.value.batch_no}`
      window.open(`${adminUrl}?redirect=${encodeURIComponent(targetPath)}`, '_blank')
   } else {
      // isShowDeviceJobDetails.value = true
      const adminUrl = `${import.meta.env.VITE_APP_AREA_NAME}/command-center-dashboard/`
      const targetPath = `/taskManage?id=${item.id}&batchNo=${item.batch_no}`
      const targetPath = `/taskManage?id=${rowData.value.id}&batchNo=${rowData.value.batch_no}`
      window.open(`${adminUrl}?redirect=${encodeURIComponent(targetPath)}`, '_blank')
   }
}