创建课程课件编辑

This commit is contained in:
unknown
2023-07-29 15:33:14 +08:00
parent d392878bf5
commit c0994dc29b
8 changed files with 302 additions and 34 deletions

View File

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