选择视频、课件组件重构

This commit is contained in:
unknown
2023-07-31 10:44:32 +08:00
parent 8e5c072634
commit 2ce6292f44
8 changed files with 247 additions and 306 deletions

View File

@@ -8,7 +8,7 @@ const GoLogin = () => {
};
const GoError = (code: number) => {
window.location.href = "/error?code=" + code;
// window.location.href = "/error?code=" + code;
};
export class HttpClient {