Moonofweisheng/uni-mini-router

优化建议

UphkcRNqmafQWcSSSSSS opened this issue · 0 comments

tabbar 多次进入页面不执行 afterEach

export interface GuardHooksConfig {
beforeHooks: BeforeEachGuard[] // 前置钩子
afterHooks: AfterEachGuard[] // 后置钩子
}

不支持多个钩子

参考