mirror of
https://github.com/PlayEdu/backend
synced 2026-03-10 09:50:11 +08:00
学员批量导入增加模板下载
This commit is contained in:
@@ -79,3 +79,7 @@ export function parseVideo(file: File): Promise<VideoParseInfo> {
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
export function getHost() {
|
||||
return window.location.protocol + "//" + window.location.host+"/";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user