登录页面和我的页面初步

This commit is contained in:
禺狨
2023-06-25 15:19:43 +08:00
parent f93467db13
commit 5486507b3e
19 changed files with 349 additions and 32 deletions

View File

@@ -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();