Browse Source

[VersionBeta] V.1.0.0.0

[Adds]
1.修改文件分组提示信息
new-cli
zxm 4 years ago
parent
commit
ab416eec49
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/views/main_web/workspace.vue

+ 4
- 4
src/views/main_web/workspace.vue View File

@@ -5413,7 +5413,7 @@ export default {
if(foldergroup==null || JSON.stringify(foldergroup)=='{}'){ if(foldergroup==null || JSON.stringify(foldergroup)=='{}'){
this.$notify({ this.$notify({
title: "温馨提示", title: "温馨提示",
message: "请选中文件或新建文件夹",
message: "请选中文件或新建文件夹",
type: "info", type: "info",
offset: 100, offset: 100,
duration: 2500 duration: 2500
@@ -5492,7 +5492,7 @@ export default {
if(thisApp.btnRightFoldergoup==null || JSON.stringify(thisApp.btnRightFoldergoup)=='{}'){ if(thisApp.btnRightFoldergoup==null || JSON.stringify(thisApp.btnRightFoldergoup)=='{}'){
thisApp.$notify({ thisApp.$notify({
title: "温馨提示", title: "温馨提示",
message: "请选中文件或新建文件夹",
message: "请选中文件或新建文件夹",
type: "info", type: "info",
offset: 100, offset: 100,
duration: 2500 duration: 2500
@@ -5552,7 +5552,7 @@ export default {
if(thisApp.btnRightFoldergoup==null || JSON.stringify(thisApp.btnRightFoldergoup)=='{}'){ if(thisApp.btnRightFoldergoup==null || JSON.stringify(thisApp.btnRightFoldergoup)=='{}'){
thisApp.$notify({ thisApp.$notify({
title: "温馨提示", title: "温馨提示",
message: "请选中文件或新建文件夹",
message: "请选中文件或新建文件夹",
type: "info", type: "info",
offset: 100, offset: 100,
duration: 2500 duration: 2500
@@ -5650,7 +5650,7 @@ export default {
if(thisApp.btnRightFoldergoup==null || JSON.stringify(thisApp.btnRightFoldergoup)=='{}'){ if(thisApp.btnRightFoldergoup==null || JSON.stringify(thisApp.btnRightFoldergoup)=='{}'){
thisApp.$notify({ thisApp.$notify({
title: "温馨提示", title: "温馨提示",
message: "请选中文件或新建文件夹",
message: "请选中文件或新建文件夹",
type: "info", type: "info",
offset: 100, offset: 100,
duration: 2500 duration: 2500


Loading…
Cancel
Save