haojianlong 4 anni fa
parent
commit
928e484167
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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",