588 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
5ec6f73d6f fix: problem tha the authority config of route be overwritten; 🐛
修复:路由权限配置被覆盖的问题;
2020-09-01 19:59:50 +08:00
iczer
1fb75f491d feat: add function of filtering menu data through authority;
新增:增加通过权限过滤菜单数据的功能;
2020-08-31 20:51:58 +08:00
iczer
cbda23e3db fix: style problem of tooltip in setting pane; 🐛
修复:设置面板中 tooltip 组件的样式问题;
2020-08-31 12:38:49 +08:00
iczer
094935b758 feat: add mixed navigation mode; #102
新增:混合导航菜单模式;
2020-08-31 12:23:56 +08:00
samulle
b2b62914ef 增加设置面板‘流式’、‘定宽’切换界面随之修改。 2020-08-28 16:25:04 +08:00
samulle
2436182baf 增加设置面板‘流式’、‘定宽’切换界面随之修改。 2020-08-28 15:21:16 +08:00
iczer
002cf50440 update docs; 2020-08-28 14:25:54 +08:00
iczer
365dde7e66 refactor: remove enquireScreen function from device.js to util.js; 🌟
重构:把 enquireScreen 功能从 device.js 迁移至 util.js;
2020-08-28 12:18:59 +08:00
iczer
d4261bc401 refactor: config of async router and guards of router; 🌟
重构:异步路由配置和路由守卫配置;
2020-08-28 11:18:44 +08:00
iczer
88c7653dab update docs; 2020-08-28 11:09:07 +08:00
iczer
04be83ac7c fix: style problem of message component; 🐛
修复:message 组件样式问题;
0.4.3
2020-08-27 22:35:07 +08:00
iczer
ad11e315e6 update the version of project 2020-08-27 21:30:59 +08:00
iczer
a44c82f937 fix: the exception of authority plugin; 🐛
修复:权限认证插件异常问题;
2020-08-27 21:30:10 +08:00
iczer
902afbe47a fix: problem that title of menu item can't be hidden when using slot icon in side menu; 🐛
修复:在侧边栏菜单中使用插槽图标时,菜单项标题不能隐藏的问题;
2020-08-27 19:55:44 +08:00
iczer
3b3cd76e51 feat: add scoped slot for icon in menu.js;
新增:为 menus.js 的 icon 增加 scoped slot API;
2020-08-27 19:05:48 +08:00
iczer
58784c81fd feat: add scoped slot for icon in menu.js;
新增:为 menus.js 的 icon 增加 scoped slot API;
2020-08-27 18:55:31 +08:00
iczer
d1f84218c6 fix: problem that can't receive rejected message caused by interceptors; 🐛
修复:无法接受响应失败的消息;
2020-08-27 15:36:46 +08:00
chenghongxing
2021fb575d fix: problem that can't set roles array for route's authority; 🐛
修复:路由权限认证无法设置角色数组的问题;
2020-08-26 21:53:38 +08:00
chenghongxing
ec3e4b5571 feat: add watch method for i18n and options of menu.js;
新增:为 menu.js 组件增加 i18n 和 options 选项的监听;
2020-08-26 18:52:39 +08:00
chenghongxing
1ba8f20b76 fix: problem that the menu item can't be activated when the route changes; 🐛
修复:路由切换时,菜单项无法激活的问题;
2020-08-26 17:29:11 +08:00
iczer
431c78ff26 fix: style problem in mobile; 🐛 #108
修复:移动端样式问题;
2020-08-26 13:34:27 +08:00
iczer
51c2c354ba feat: add interceptors for axios; 🐛
新增:axios 添加拦截器配置;
2020-08-26 13:17:56 +08:00
chenghongxing
9f034092a9 feat: add configuration of hiding page title in PageLayout; #106
新增:增加隐藏 PageLayout 布局中页面标题的配置;
2020-08-25 19:22:08 +08:00
chenghongxing
de925b254e fix: style problem of dropdown components in Setting.vue; 🐛 #105
修复:设置面板里下拉组件的样式问题;
2020-08-25 18:42:18 +08:00
chenghongxing
f777920f89 fix: style problem caused by layout;
修复:布局调整导致的样式问题;
2020-08-24 15:56:08 +08:00
chenghongxing
d0281e5707 update docs 2020-08-23 17:50:23 +08:00
chenghongxing
8c3afcc3ab fix: the position problem of pop component in fixed side mode;🐛
修复:固定侧边栏模式下弹出式组件的位置问题;
2020-08-23 17:41:06 +08:00
iczer
4e29918bac fix: the i18n problem of router; 🐛
修复:路由的国际化问题;
2020-08-21 16:04:17 +08:00
iczer
e5f2eb9955 fix: exception in single tab mode; 🐛 #103
修复:单页签模式下的异常问问题;
2020-08-19 10:00:00 +08:00
iczer
93eaf9d36f fix: problem of expandedRowRender in StandardTable.vue; 🐛
修复:StandardTable.vue 组件展开行插槽问题;
2020-08-18 10:51:44 +08:00
iczer
5b5a5ea3ef feat: add responsive support for slots of StandardTable.vue; 🌟
新增:StandardTable.vue 组件的插槽增加响应式支持;
2020-08-18 09:37:19 +08:00
iczer
b2317e3209 fix: the problem that select events can't be triggered in menu.js component; 🐛 #99
修复:menu.js 组件中 select 事件无法触发的问题;
2020-08-12 13:19:29 +08:00
iczer
088b36aec1 feat: add IInput.vue component; 🌟
新增:IInput.vue 组件;
2020-08-12 11:25:18 +08:00
chenghongxing
23cf2fab0b fix: the exception when using authorize inject function; 🐛
修复:使用权限校验注入功能时出现的异常;
0.4.2
2020-08-10 11:54:16 +08:00
iczer
f14936f2bf
Merge pull request #98 from iczer/dependabot/npm_and_yarn/prismjs-1.21.0
chore(deps): bump prismjs from 1.20.0 to 1.21.0
2020-08-09 19:41:46 +08:00
iczer
c1c51d7b57 update docs 2020-08-08 21:51:40 +08:00
iczer
45d62e4860 chore: optimize services model;🌟 2020-08-08 21:51:18 +08:00
dependabot[bot]
ed8a89afa5
chore(deps): bump prismjs from 1.20.0 to 1.21.0
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.20.0...v1.21.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-08 00:31:07 +00:00
iczer
d741904f50 fix: the cache problem in tabs mode;🐛
修复:多页签模式下的缓存问题;
0.4.1
2020-08-07 22:14:56 +08:00
iczer
9445f0fbbb fix: the exception when async route is not registered;🌟
修复:异步路由组件未注册时导致的异常;
2020-08-07 09:46:14 +08:00
iczer
c10ea64ba7 feat: add the api of global closing page: $closePage(closeRoute, nextRoute);🌟
新增:增加全局关闭页面api: $closePage(closeRoute, nextRoute);
2020-08-06 21:12:51 +08:00
iczer
9c10453f97 chore: rename HeaderlAvatar.vue to HeaderAvatar.vue; 2020-08-06 19:00:48 +08:00
iczer
f12fde6297 chore: fix style problem of HeaderAvatar.vue; 🐛 2020-08-06 16:29:40 +08:00
iczer
db3122327c update docs; 2020-08-06 15:20:55 +08:00
iczer
a55210f9a6 chore: add menu invisible configuration for async router; 🌟 2020-08-06 15:06:20 +08:00
iczer
af0cce4f1e update docs; 2020-08-06 14:42:44 +08:00