|
@@ -151,7 +151,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
name: "zip",
|
|
|
- format: ["zip", "lzip"],
|
|
|
+ format: ["zip", "edp"],
|
|
|
},
|
|
|
],
|
|
|
modalForm: {
|
|
@@ -214,7 +214,7 @@ export default {
|
|
|
return types ? types.format : [];
|
|
|
},
|
|
|
needPassword() {
|
|
|
- return this.fileData.file?.name.endsWith(".lzip");
|
|
|
+ return this.fileData.file?.name.endsWith(".edp");
|
|
|
},
|
|
|
},
|
|
|
watch: {
|