fix(路由守卫): 修复页面进入不了的问题

This commit is contained in:
huangzijie130 2025-09-19 22:10:48 +08:00
parent 2895ad5fc2
commit c8c0301e22

View File

@ -404,6 +404,8 @@ class RouteGuard {
'/recharge', '/recharge',
'/recharge-freight-agent', '/recharge-freight-agent',
'/pay-result', '/pay-result',
'/top-list', //排行榜
'/weekly-star', //每周明星
] ]
return publicPages.includes(path) return publicPages.includes(path)
} }