学员批量导入增加模板下载

This commit is contained in:
禺狨
2023-03-08 14:51:30 +08:00
parent 4684252fd5
commit 0f2ffd306d
3 changed files with 14 additions and 1 deletions

View File

@@ -79,3 +79,7 @@ export function parseVideo(file: File): Promise<VideoParseInfo> {
});
});
}
export function getHost() {
return window.location.protocol + "//" + window.location.host+"/";
}