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() {