zhangjie пре 1 година
родитељ
комит
23fbfb9d32
1 измењених фајлова са 1 додато и 1 уклоњено
  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() {