使用vue2+element+vue-admin-template创建单页应用小记-2.动态权限路由加载
修改@/src/router/index.js(@代表项目根路径,下同)定义静态路由变量,代表登录前的两个页面login和404exportconstconstantRouterMap=[{path:'/login',component:()=>import('@/views/login/index'),hidden:true},{path:'/404',component:()=>import(