申请页面添加为公共页面

This commit is contained in:
tianfeng 2025-08-22 17:48:55 +08:00
parent 43aaa8d9f0
commit c2c1802937

View File

@ -390,6 +390,7 @@ class RouteGuard {
*/
isPublicPage(path) {
const publicPages = [
PAGES.APPLY, // 申请页面 - 重要:申请页面不需要权限检查
PAGES.NOT_APP, // 错误页面 - APP连接失败时的页面
'/404', // 404页面
'/error' // 通用错误页面