mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-12-23 20:19:48 +08:00
页面缓加载
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user