申请页面添加为公共页面
This commit is contained in:
parent
43aaa8d9f0
commit
c2c1802937
@ -390,6 +390,7 @@ class RouteGuard {
|
|||||||
*/
|
*/
|
||||||
isPublicPage(path) {
|
isPublicPage(path) {
|
||||||
const publicPages = [
|
const publicPages = [
|
||||||
|
PAGES.APPLY, // 申请页面 - 重要:申请页面不需要权限检查
|
||||||
PAGES.NOT_APP, // 错误页面 - APP连接失败时的页面
|
PAGES.NOT_APP, // 错误页面 - APP连接失败时的页面
|
||||||
'/404', // 404页面
|
'/404', // 404页面
|
||||||
'/error' // 通用错误页面
|
'/error' // 通用错误页面
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user