完成获取服务器信息的功能接口

This commit is contained in:
SliverHorn
2020-10-05 13:09:55 +08:00
parent e5de639757
commit 22bc9f43bd
6 changed files with 127 additions and 41 deletions

View File

@@ -94,7 +94,7 @@ export default {
return false;
}
md5 = SparkMD5.ArrayBuffer.hash(e.target.result, false);
file.uniqueIdentifier = md5;
if (md5 != "") {
const res = await checkFileMd5({ md5: md5 });