mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 22:19:58 +08:00
选择视频、课件组件重构
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user