zhangjie 1 year ago
parent
commit
23fbfb9d32
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/admin/views/PackageManage.vue

+ 1 - 1
src/modules/admin/views/PackageManage.vue

@@ -120,7 +120,7 @@ export default {
         : "";
     },
     accept() {
-      return this.fileType === "INSTALL" ? ".exx" : ".zip";
+      return this.fileType === "INSTALL" ? ".exe" : ".zip";
     },
   },
   mounted() {