Split App.vue

This commit is contained in:
MengYX
2020-02-06 16:01:35 +08:00
parent e3ca175258
commit 3ee9f5d2d1
5 changed files with 263 additions and 215 deletions

View File

@@ -42,9 +42,9 @@ export async function CommonDecrypt(file) {
default:
rt_data = {status: false, message: "不支持此文件格式",}
}
if (rt_data.status) {
rt_data.rawExt = raw_ext;
rt_data.rawFilename = raw_filename;
}
rt_data.rawExt = raw_ext;
rt_data.rawFilename = raw_filename;
return rt_data;
}