Commit c069a960 by caoyanzhi

update: 权限管理

parent 410b5a98
......@@ -172,5 +172,8 @@ const router = new Router({
// next();
// }
// });
router.beforeEach((to, from, next) => {
next()
})
export default router;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment