无人机管理后台前端(已迁走)
chenyao
2025-05-23 c4b635e295b020feb9568edb5fb15dee7701a010
feat:提交
1 files modified
6 ■■■■ changed files
src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue 6 ●●●● patch | view | raw | blame | history
src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue
@@ -175,9 +175,9 @@
        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=${rowData.value.id}&batchNo=${rowData.value.batch_no}`
        window.open(`${adminUrl}?redirect=${encodeURIComponent(targetPath)}`, '_blank')
        const adminUrl = `${import.meta.env.VITE_APP_AREA_NAME}/command-center-dashboard/#/taskManage`
        const targetPath = `id=${encodeURIComponent(rowData.value.id)}&batchNo=${encodeURIComponent(rowData.value.batch_no)}`
        window.open(`${adminUrl}?${targetPath}`, '_blank')
    }
}