Commit 426c93cc authored by XieZhiXiong's avatar XieZhiXiong

修改 home 路劲

parent 2ba94a3e
......@@ -96,7 +96,7 @@ export function onRouteChange({ routes, matchedRoutes, location, action }) {
const routeAuthUrls = getRouters()
if (userLoginLists.includes(pathname)) {
// 当登录过, 并且尝试访问登录相关页面, 需重定向到首页
history.replace('/memberCenter/home')
history.replace('/home')
return ;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment