mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-27 07:14:11 +08:00
页面缓加载
This commit is contained in:
parent
1159700f37
commit
90e147eb3b
@ -52,6 +52,7 @@ export class HttpClient {
|
||||
GoLogin();
|
||||
} else if (status === 404) {
|
||||
// 跳转到404页面
|
||||
GoLogin();
|
||||
} else if (status === 403) {
|
||||
// 跳转到无权限页面
|
||||
} else if (status === 500) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user