34 Commits

Author SHA1 Message Date
iczer
c4e81a1a61 feat: add function of link for out website in menu; #135
新增:菜单增加外链功能;
2020-10-18 19:26:07 +08:00
chenghongxing
556b5bf6fc fix: display problem of menu item's title in collapsed state; 🐛
修复:折叠状态下菜单项标题的显示问题;
2020-09-17 13:22:59 +08:00
iczer
094935b758 feat: add mixed navigation mode; #102
新增:混合导航菜单模式;
2020-08-31 12:23:56 +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
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
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
b796a4c9e4 fix: i18n problem of dynamic route; 🐛
修复:动态路由的国际化问题;
2020-08-04 11:30:44 +08:00
iczer
08e40f1a31 feat: add prop openKeys and event openChange for menu.js; 🌟
新增:menu.js 增加 openKeys 属性和 openChange 事件;
2020-07-31 16:39:30 +08:00
chenghongxing
d21a2ab062 chore: optimize the i18n code of router; 🌟 2020-07-20 21:39:00 +08:00
iczer
4063a4f08a feat: add global night mode; 🌟
新增:全局夜晚模式;
2020-07-06 21:52:36 +08:00
iczer
7f6b9e9599 fix: the problem that side menu not work in IE; 🐛
修复:IE 浏览器下侧边栏不能正常工作的bug;
2020-07-02 09:02:31 +08:00
iczer
112f862988 chore: modify the i18n implementation logic of PageLayout component 🌟 2020-06-30 16:16:34 +08:00
iczer
2e90b7c614 feat: add page layout i18n language config.
增加页面布局的国际化语言配置
2020-06-23 22:05:29 +08:00
iczer
b16b5893c8 新增:菜单组件增加国际化语言支持; 2020-06-23 14:22:11 +08:00
iczer
54e6a72f3a 修改: 代码规范; 2020-06-16 10:00:24 +08:00
iczer
e1da650eb1 更新: 升级开发环境至 vue-cli3; 更新依赖库版本;解决 IE11 下不能正确显示问题; 2020-06-15 18:24:31 +08:00
zhangyu
b2c6fa2d47 feat: 修改项目依赖以确保项目能启动并稍微调整了页面公共布局提高还原度 2019-09-18 21:15:20 +08:00
chenghx
55551b2613 fix: menu item's display problem in horizontal mode 2018-08-30 17:05:52 +08:00
chenghx
db881e57bf feat: add layout toggle 2018-08-29 18:00:00 +08:00
chenghx
1488821833 refactor: change property rootSubmenuKeys to auto computed 2018-08-29 15:14:04 +08:00
iczer
3e9e48565c fix: linkage problem when menu collapsed #14 2018-08-15 19:29:42 +08:00
chenghx
10c8f3557b feat: add mobile side menu 2018-08-14 17:29:50 +08:00
iczer
48bf1bc5d8 deps: upgrade vue-antd-ui@1.0.1 to ant-design-vue@1.0.3 2018-08-12 14:40:09 +08:00
chenghx
9455db43f4 增加登录页 2018-08-03 14:02:36 +08:00
chenghx
f5b569f170 新增:根据当前路由自动展开菜单 2018-08-02 17:59:42 +08:00
iczer
14005a8a60 增加雷达图 2018-08-01 21:23:47 +08:00
chenghx
945b98f335 修复菜单折叠时,打开菜单子项弹出问题 2018-08-01 18:05:24 +08:00
iczer
cb96f91b4d 优化Result组件,完善结果页(error、success) 2018-07-24 21:38:05 +08:00
chenghx
417f7d5f7b 删除GloablMenu组件、菜单优化:只展开当前父级菜单 2018-07-23 13:44:08 +08:00
chenghx
bcaca47c0c 新增路由、异常页 2018-07-23 11:49:50 +08:00
chenghx
354ba9a734 vue antd admin init 2018-07-20 11:00:43 +08:00