diff --git a/http/http.js b/http/http.js index 79d3e2a..113a071 100644 --- a/http/http.js +++ b/http/http.js @@ -95,7 +95,7 @@ function commonsProcess(showLoading, httpReqCallback) { if (res.code == 401) { infoBox.showErrorToast(res.message || "请登录").then(() => { uni.redirectTo({ - url: "/pages/login/index", + url: "/pages/login/login", }); reject(); });