From e1bb125fc3d9fae080b2a0fa61da34345d16de1d Mon Sep 17 00:00:00 2001 From: anhc <3442943606@qq.com> Date: Thu, 14 Jul 2022 14:55:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E6=B5=81=E7=A8=8B=E6=A0=91?= =?UTF-8?q?=E6=89=93=E5=BC=80=E6=96=87=E4=BB=B6=E6=96=B9=E6=B3=95=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/repository/RepositoryMain.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue index 393d732..96176f9 100644 --- a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue +++ b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue @@ -365,7 +365,8 @@ }, openNode(obj, node, tree) {// 打开一只模型文件 if(obj.folder==false){ - window.open(node.data.url, '_blank'); //在新窗口显示目标网页 + // window.open(node.data.url, '_blank'); //在新窗口显示目标网页 + openDesigner(this.$store.getters.getTeamIdFn, node.data.id, this.$store.state.sessionId); }else{ this.closeCreatePopover(); this.openRepositoryList(node.data.currId);