1.0.1 • Published 4 years ago

hy-limitrouter v1.0.1

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

Example

import limitRouter from 'hy-limitrouter'

/**@method 【筛选出有权限路由】
  * @param  {Object} vueRouter vue路由实例
  * @param  {Array} routers 后台返回的用户权限
  * @param  {Array} inits 前端配置好的所有动态路由的集合
  * @return {Object}  已将过滤后的路由添加的路由实例
  */
let newRouter = limitRouter(vueRouter,routers,inits)