zhangjie 1 năm trước cách đây
mục cha
commit
23fbfb9d32
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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() {