Browse Source

修复前后端不一致问题

linwenxiang 4 years ago
parent
commit
2528230054
1 changed files with 7 additions and 7 deletions
  1. 7 7
      src/components/FileManage/Left.vue

+ 7 - 7
src/components/FileManage/Left.vue

@@ -112,13 +112,13 @@ export default {
             })
           }
         },
-        {
-          label: '上传',
-          icon: 'el-icon-upload2',
-          f: () => {
-            this.uploadShow = true
-          }
-        },
+        // {
+        //   label: '上传',
+        //   icon: 'el-icon-upload2',
+        //   f: () => {
+        //     this.uploadShow = true
+        //   }
+        // },
         {
           label: '重命名',
           icon: 'el-icon-edit',