From 39405c0d350c026f2a5b123bdbfeec628308a25c Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Thu, 16 Jul 2020 16:34:49 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]=E4=BF=AE=E6=94=B9=E4=B8=89?= =?UTF-8?q?=E7=BB=B4=E9=93=BE=E6=8E=A5=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/ui/all-file/all-file.component.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/ui/all-file/all-file.component.ts b/src/app/ui/all-file/all-file.component.ts index 583f2e1..b9ff80a 100644 --- a/src/app/ui/all-file/all-file.component.ts +++ b/src/app/ui/all-file/all-file.component.ts @@ -271,35 +271,35 @@ export class AllFileComponent { this.snackBar.open('暂不支持在线预览大于20M的pdf文件,请下载查看','确定',config) }else if(item.type == "gaopenche"){ - window.open("GaoPenChe") + window.open("3dWidgets/GaoPenChe") }else if(item.type == "denggao"){ - window.open("denggaoche") + window.open("3dWidgets/denggaoche") }else if(item.type == "jiqiren"){ - window.open("jiqiren") + window.open("3dWidgets/jiqiren") }else if(item.type == "konghuqi"){ - window.open("konghuqi") + window.open("3dWidgets/konghuqi") }else if(item.type == "waifu"){ - window.open("waifudingguan") + window.open("3dWidgets/waifudingguan") }else if(item.type == "neifu"){ - window.open("neifudingguan") + window.open("3dWidgets/neifudingguan") }else if(item.type == "gong"){ - window.open("gongdingguan") + window.open("3dWidgets/gongdingguan") }else if(item.type == "qiu"){ - window.open("qiuguan") + window.open("3dWidgets/qiuguan") }else if (item.isDir) { //将allFiles后面的内容截取出来