From 74f4d48cc1fb458b15e2a5d9553e40bcda951266 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 23 May 2025 15:56:51 +0800
Subject: [PATCH] feat:跳转大屏
---
src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue b/src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue
index 3d924d4..9d710ff 100644
--- a/src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue
+++ b/src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue
@@ -168,9 +168,9 @@
if (row.device_sns.length !== 1) return ElMessage.success('即将跳转到集群调度')
rowData.value = row ? row : {}
if (row.status === 2 || row.status === 1) {
- isShowCurrentTaskDetails.value = true
+ // isShowCurrentTaskDetails.value = true
// 跳转大屏当前任务详情
- const adminUrl = import.meta.env.VITE_APP_BIGSCREEN_URL
+ const adminUrl = `${import.meta.env.VITE_APP_AREA_NAME}/command-center-dashboard/`
const targetPath = `/taskManage?id=${item.id}&batchNo=${item.batch_no}`
window.open(`${adminUrl}?redirect=${encodeURIComponent(targetPath)}`, '_blank')
} else {
--
Gitblit v1.9.3