@@ -1,7 +1,7 @@
{
"pages": [
- "path": "pages/index/index",
+ "path": "pages/login/login",
"style": {
"navigationBarTitleText": "人日系统",
"app-plus": {
@@ -83,7 +83,7 @@ function request(url, option, data = {}, noLoading) {
showError(response);
}
} else {
- if (code == 602 || code == 601) {
+ if (code == 602 || code == 601 || code == 603) {
uni.showModal({
title: "提示",
content: "登录已过期,请重新登录",