From 812e6d5ce68a920b3491c6a732324afbd497db45 Mon Sep 17 00:00:00 2001 From: zxm Date: Mon, 22 Jun 2020 17:33:43 +0800 Subject: [PATCH] [VersionBeta] V.1.0.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Adds] 1.去掉控制台输出 --- src/views/main_web/workspace.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/views/main_web/workspace.vue b/src/views/main_web/workspace.vue index 8942d2de..9c41539e 100644 --- a/src/views/main_web/workspace.vue +++ b/src/views/main_web/workspace.vue @@ -2772,7 +2772,6 @@ export default { * 获取当前工作下文件 */ listFiles: function() { - console.log("zxm-文件") var thisApp = this; thisApp.isCommonPage = false; //thisApp.myFilesList = []; @@ -5392,7 +5391,6 @@ export default { * 双击文件夹组名称 进入文件夹 */ intoFoldergroup: function(foldergroup) { - console.log("zxm-文件分組") this.dbClickSelectedFolderGroupData = foldergroup; this.isShowWorkt = false; this.isShowBread = true;