From ab416eec492515f02f310927686ebac4e07e5b5a Mon Sep 17 00:00:00 2001 From: zxm Date: Wed, 24 Jun 2020 16:06:52 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/main_web/workspace.vue b/src/views/main_web/workspace.vue index a6acaaf7..ed76dcf0 100644 --- a/src/views/main_web/workspace.vue +++ b/src/views/main_web/workspace.vue @@ -5413,7 +5413,7 @@ export default { if(foldergroup==null || JSON.stringify(foldergroup)=='{}'){ this.$notify({ title: "温馨提示", - message: "请选中文件或新建文件夹", + message: "请选中文件夹或新建文件夹", type: "info", offset: 100, duration: 2500 @@ -5492,7 +5492,7 @@ export default { if(thisApp.btnRightFoldergoup==null || JSON.stringify(thisApp.btnRightFoldergoup)=='{}'){ thisApp.$notify({ title: "温馨提示", - message: "请选中文件或新建文件夹", + message: "请选中文件夹或新建文件夹", type: "info", offset: 100, duration: 2500 @@ -5552,7 +5552,7 @@ export default { if(thisApp.btnRightFoldergoup==null || JSON.stringify(thisApp.btnRightFoldergoup)=='{}'){ thisApp.$notify({ title: "温馨提示", - message: "请选中文件或新建文件夹", + message: "请选中文件夹或新建文件夹", type: "info", offset: 100, duration: 2500 @@ -5650,7 +5650,7 @@ export default { if(thisApp.btnRightFoldergoup==null || JSON.stringify(thisApp.btnRightFoldergoup)=='{}'){ thisApp.$notify({ title: "温馨提示", - message: "请选中文件或新建文件夹", + message: "请选中文件夹或新建文件夹", type: "info", offset: 100, duration: 2500