LearningRecord icon indicating copy to clipboard operation
LearningRecord copied to clipboard

vue怎么实现页面的权限控制

Open Rashomon511 opened this issue 5 years ago • 0 comments

利用 vue-router 的 beforeEach 事件,可以在跳转页面前判断用户的权限(利用 cookie 或 token),是否能够进入此页面,如果不能则提示错误或重定向到其他页面,在后台管理系统中这种场景经常能遇到。

Rashomon511 avatar Jun 22 '19 09:06 Rashomon511