Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
想在用户进入应用时判断权限,但找不到路由拦截的钩子,如果放在app.js的mount里,页面都渲染完了才执行判断,体验很不好,如何能做到类似路由守卫的功能呢?