无人机管理后台前端(已迁走)
chenyao
2025-05-23 22d20cdeea612af2d08a8f93403935478b32d6ae
faat:提交
1 files modified
4 ■■■■ changed files
src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue 4 ●●●● patch | view | raw | blame | history
src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue
@@ -175,8 +175,8 @@
        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}`
        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')
    }
}