12 Commits

Author SHA1 Message Date
chenghongxing
69b514ee10 chore: optimize the code of routerUtil.js 2020-09-03 19:01:16 +08:00
chenghongxing
4856f06f41 fix: configuration problem of first route's path; 🐛
修复:一级路由 path 配置问题;
2020-09-03 18:47:03 +08:00
chenghongxing
8102c8a924 feat: add deep merge routes function for routerUtil.js;
新增:routerUtil.js 工具新增深度合并路由方法;
2020-09-03 18:24:28 +08:00
iczer
4db7c2deff fix: problem that child route can't inherit authority configuration of it's parent; 🐛
修复:子路由无法继承其父路由的权限配置的问题;
2020-09-02 18:55:28 +08:00
iczer
d4261bc401 refactor: config of async router and guards of router; 🌟
重构:异步路由配置和路由守卫配置;
2020-08-28 11:18:44 +08:00
chenghongxing
2021fb575d fix: problem that can't set roles array for route's authority; 🐛
修复:路由权限认证无法设置角色数组的问题;
2020-08-26 21:53:38 +08:00
iczer
9445f0fbbb fix: the exception when async route is not registered;🌟
修复:异步路由组件未注册时导致的异常;
2020-08-07 09:46:14 +08:00
iczer
a55210f9a6 chore: add menu invisible configuration for async router; 🌟 2020-08-06 15:06:20 +08:00
iczer
48bb1c4bb1 feat: add dynamic title form HTML; 🌟 #97
新增:增加动态 HTML 标题;
2020-08-05 11:50:28 +08:00
iczer
b796a4c9e4 fix: i18n problem of dynamic route; 🐛
修复:动态路由的国际化问题;
2020-08-04 11:30:44 +08:00
iczer
9b96868586 feat: add authorize directive; 🌟
新增:权限验证指令;
2020-08-02 18:50:23 +08:00
iczer
bfb0358217 feat: add function of async router and async menu; 🌟
新增:异步路由和菜单功能;
2020-07-29 11:15:31 +08:00