Chen
Results
1
issues of
Chen
**问题描述** 配置的router.beforeEach,进入首页时不会触发,后续的跳转可以触发 **复现步骤** [复现问题的步骤] ``` const routeHooks = { '/pages/transfer/index': { beforeEnter: (to, from, next) => { console.log('1111111111111111sssssssssss') next() } } } const router = createRouter({ platform: process.env.UNI_PLATFORM, routes: ROUTES.map(route...