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