zhangjie hace 1 año
padre
commit
23fbfb9d32
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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() {