From cc0aba97c205fb45053d0dfb7a21c9901625cb91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=8D=93=E7=85=9C?= <2210102150@qq.com> Date: Thu, 24 Jul 2025 14:08:08 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A1=88=E4=BE=8B?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E9=93=BE=E6=8E=A5=E6=89=93=E5=BC=80=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/article/ManageList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/article/ManageList.vue b/src/views/article/ManageList.vue index 386b4ac5..c4f12737 100644 --- a/src/views/article/ManageList.vue +++ b/src/views/article/ManageList.vue @@ -289,8 +289,8 @@ export default { }) }, viewTopic(data) { - // window.open(this.webBaseUrl+'/article/detail?id='+data.id , '_blank') - this.$router.push({path:'/article/detail',query:{id:data.id}}) + window.open(this.webBaseUrl+'/article/detail?id='+data.id , '_blank') + // this.$router.push({path:'/article/detail',query:{id:data.id}}) }, }, } From 40be9c3e210686f058b819f4ea3d1f2da64857cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=8D=93=E7=85=9C?= <2210102150@qq.com> Date: Thu, 24 Jul 2025 14:15:33 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E6=A1=88=E4=BE=8B?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E9=93=BE=E6=8E=A5=E6=89=93=E5=BC=80=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/article/ManageList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/article/ManageList.vue b/src/views/article/ManageList.vue index c4f12737..c534754c 100644 --- a/src/views/article/ManageList.vue +++ b/src/views/article/ManageList.vue @@ -289,8 +289,8 @@ export default { }) }, viewTopic(data) { - window.open(this.webBaseUrl+'/article/detail?id='+data.id , '_blank') - // this.$router.push({path:'/article/detail',query:{id:data.id}}) + // window.open(this.webBaseUrl+'/article/detail?id='+data.id , '_blank') + this.$router.push({path:'/article/detail',query:{id:data.id}}) }, }, } From 032e15013a029346b2ef87a649960a46fac048ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=8D=93=E7=85=9C?= <2210102150@qq.com> Date: Thu, 24 Jul 2025 14:20:44 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A1=88=E4=BE=8B?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E9=93=BE=E6=8E=A5=E6=89=93=E5=BC=80=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/case/ManageList.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/case/ManageList.vue b/src/views/case/ManageList.vue index 5e70ac72..cba20191 100644 --- a/src/views/case/ManageList.vue +++ b/src/views/case/ManageList.vue @@ -697,7 +697,8 @@ export default { }, viewTopic(data) { if (data.confidentialityLevel == '内部') { - this.$router.push({ path: '/case/detail', query: { id: data.id } }) + // this.$router.push({ path: '/case/detail', query: { id: data.id } }) + window.open(this.webBaseUrl+'/case/detail?id='+data.id , '_blank') } else { this.$message.warning("非内部密级案例不能查看"); } From 4d01d6946b10d9990966c03f45cbdbfc4624610d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=8D=93=E7=85=9C?= <2210102150@qq.com> Date: Thu, 24 Jul 2025 14:31:12 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E7=AB=A0?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E9=93=BE=E6=8E=A5=E6=89=93=E5=BC=80=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/article/ManageList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/article/ManageList.vue b/src/views/article/ManageList.vue index c534754c..c4f12737 100644 --- a/src/views/article/ManageList.vue +++ b/src/views/article/ManageList.vue @@ -289,8 +289,8 @@ export default { }) }, viewTopic(data) { - // window.open(this.webBaseUrl+'/article/detail?id='+data.id , '_blank') - this.$router.push({path:'/article/detail',query:{id:data.id}}) + window.open(this.webBaseUrl+'/article/detail?id='+data.id , '_blank') + // this.$router.push({path:'/article/detail',query:{id:data.id}}) }, }, }