25 Commits

Author SHA1 Message Date
chenghongxing
8b937807ae fix: fixed the issue that the router permission configuration does not support arrays
; 🐛
修复:修复路由权限配置不支持数组的问题;
2023-03-15 14:51:53 +08:00
chenghongxing
c58e9f7ce0 修复:异步路由部分配置不生效问题; 2021-05-08 20:42:39 +08:00
chenghongxing
172d0dc2f3 新增:路由配置增加动态路由参数支持 和 高亮菜单配置; 2021-05-06 12:15:28 +08:00
chenghongxing
94ff538bd6 修复:异步路由加载异常问题;
fix: the loading exception of async routes;
2021-04-05 10:02:18 +08:00
chenghongxing
a647cfa1e4 修复:加载异步路由不能正确提示的问题;
fix: the problem that it does not prompt correctly when loading routes;
2021-01-12 11:56:28 +08:00
chenghongxing
6371f1e6db 优化:异步路由配置兼容;
optimize: the configuration format of asynchronous routing is compatible;
2020-12-06 10:26:49 +08:00
iczer
772fe6247e chore: remove useless code; 2020-10-18 19:33:11 +08:00
iczer
e2660fdb13 feat: add function of link for out website in menu; #135
新增:菜单增加外链功能;
2020-10-18 19:27:38 +08:00
chenghongxing
23fa5d8099 fix: problem that old routes configuration not clearing when merging async routes; 🐛
修复:合并异步路由时,旧的路由配置未及时清除的问题。
2020-09-28 21:13:39 +08:00
chenghongxing
09aae4d921 chore: optimize the code of routerUtil.js 2020-09-03 19:05:18 +08:00
chenghongxing
39ba4225b2 fix: configuration problem of first route's path; 🐛
修复:一级路由 path 配置问题;
2020-09-03 19:04:30 +08:00
chenghongxing
0b451d98b3 feat: add deep merge routes function for routerUtil.js;
新增:routerUtil.js 工具新增深度合并路由方法;
2020-09-03 19:03:39 +08:00
iczer
99efa5213c fix: problem that child route can't inherit authority configuration of it's parent; 🐛
修复:子路由无法继承其父路由的权限配置的问题;
2020-09-02 19:06:37 +08:00
iczer
192d4f243d refactor: config of async router and guards of router; 🌟
重构:异步路由配置和路由守卫配置;
2020-08-28 12:25:28 +08:00
chenghongxing
0638bbd85c fix: problem that can't set roles array for route's authority; 🐛
修复:路由权限认证无法设置角色数组的问题;
2020-08-26 21:56:19 +08:00
iczer
e62d5c4561 fix: the exception when async route is not registered;🌟
修复:异步路由组件未注册时导致的异常;
2020-08-07 09:47:11 +08:00
iczer
4241156903 fix: the problem that v-auth directive doesn't take effect in native html element; 🐛
修复:v-auth 指令在原生 HTML 元素上不生效的 bug;
2020-08-06 16:18:54 +08:00
iczer
afe76a87ce feat: add dynamic title form HTML; 🌟
新增:增加动态 HTML 标题;
2020-08-05 11:51:49 +08:00
iczer
c05efdee7a fix: i18n problem of dynamic route; 🐛
修复:动态路由的国际化问题;
2020-08-04 11:32:45 +08:00
iczer
2a038ac8ec feat: add authorize directive; 🌟
新增:权限验证指令;
2020-08-02 18:55:37 +08:00
iczer
703125542f Merge branch 'basic-async-router' into basic 2020-07-29 12:08:09 +08:00
iczer
440f9bf577 chore: add configuration for async router; 🌟 2020-07-28 23:17:00 +08:00
iczer
c19e3d5a1e chore: resolve warning of duplicate name in async router; 🌟 2020-07-28 22:21:17 +08:00
iczer
c9e4451974 chore: optimize the code of async router; 🌟 2020-07-28 20:48:02 +08:00
iczer
f5b452f82b feat: add support for async router; 🌟
新增:添加异步路由支持;
2020-07-26 22:08:31 +08:00