Browse Source

修改问题8469

haojianlong 4 năm trước cách đây
mục cha
commit
928e484167
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/homeView/leftFolder.vue

+ 1 - 1
src/components/homeView/leftFolder.vue

@@ -228,7 +228,7 @@ export default {
         // 删除文件夹
         handleDeleteFolder() {
             if (this.rightClickFolder) {
-                this.$confirm("此操作将永久删除该文件夹, 是否继续?", "提示", {
+                this.$confirm("此操作将永久删除该文件夹, 如文件夹内有内容,则删除失败, 是否继续?", "提示", {
                     confirmButtonText: "确定",
                     cancelButtonText: "取消",
                     type: "warning",