mirror of
https://github.com/PlayEdu/h5.git
synced 2025-12-25 19:49:36 +08:00
登录页面和我的页面初步
This commit is contained in:
@@ -41,7 +41,6 @@ export class HttpClient {
|
||||
return Promise.resolve(response);
|
||||
} else {
|
||||
Toast.show({
|
||||
icon: "fail",
|
||||
content: msg,
|
||||
});
|
||||
}
|
||||
@@ -52,7 +51,6 @@ export class HttpClient {
|
||||
let status = error.response.status;
|
||||
if (status === 401) {
|
||||
Toast.show({
|
||||
icon: "fail",
|
||||
content: "请重新登录",
|
||||
});
|
||||
GoLogin();
|
||||
|
||||
Reference in New Issue
Block a user