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);