const loadMenu = [] router.beforeEach((to, from, next) => { if (loadMenu.includes(to.path)) { next() } else { // routeChildren 所有路由打 ...
確定! 回上一頁