guoranred
|
d23cfef147
|
Merge branch 'master' of https://github.com/guoranred/vue-antd-admin
|
4 years ago |
guoranred
|
bdde606ee5
|
rename progress guard
|
4 years ago |
guoranred
|
e2e92e9df9
|
fix: fixed search item
|
4 years ago |
guoranred
|
4c7c5c1da1
|
add cdn assets
|
4 years ago |
guoranred
|
e414f89e27
|
add nprogress
|
4 years ago |
iczer
|
6a0ef90d5c
|
chore: update version of project;
|
4 years ago |
iczer
|
15d18db7e0
|
fix: exception caused by mix layout mode; 🐛 #121
修复:混合布局模式下导致的异常;
|
4 years ago |
iczer
|
c61570d2ff
|
feat: add function of saving personal setting to local; ⭐
新增:增加保存个人主题配置到本地的功能;
|
4 years ago |
iczer
|
fb146e2a36
|
fix: the problem z level of layout and components; 🐛
修复:布局和组件的层级问题;
|
4 years ago |
iczer
|
1ebed9eaec
|
fix: the style problem of danger button when switching theme mode; 🐛
修复:切换主题模式时危险按钮的样式问题;
|
4 years ago |
iczer
|
f9aa9e2c53
|
fix: table header style problem in night mode; 🐛
修复:表头黑夜模式下的样式问题;
|
4 years ago |
iczer
|
4877f13239
|
fix: style problem of SearchLayout.vue in head navigation mode; 🐛 #116
修复:搜索表单页顶部导航模式下的样式问题;
|
4 years ago |
iczer
|
75c165c83f
|
fix: the shake problem of head menu when mouse hover; 🐛 #115
修复:鼠标移入时顶部菜单抖动问题;
|
4 years ago |
iczer
|
6a3ec944c6
|
fix: the collapsed problem of drawer menu; 🐛 #114
修复:抽屉菜单折叠问题;
|
4 years ago |
chenghongxing
|
5a65032772
|
chore: optimize the code of page width style;
|
4 years ago |
iczer
|
346c1b8a87
|
Merge pull request #112 from samulle/master
feat: add configuration for width of page content; ⭐
新增:增加页面内容宽度配置;
|
4 years ago |
iczer
|
a84952577f
|
Merge branch 'master' into master
|
4 years ago |
chenghongxing
|
fd13c7d042
|
update docs
|
4 years ago |
chenghongxing
|
8b38e77922
|
update docs
|
4 years ago |
chenghongxing
|
8a7b82ac50
|
update docs
|
4 years ago |
chenghongxing
|
69b514ee10
|
chore: optimize the code of routerUtil.js
|
4 years ago |
chenghongxing
|
4856f06f41
|
fix: configuration problem of first route's path; 🐛
修复:一级路由 path 配置问题;
|
4 years ago |
chenghongxing
|
8102c8a924
|
feat: add deep merge routes function for routerUtil.js; ⭐
新增:routerUtil.js 工具新增深度合并路由方法;
|
4 years ago |
iczer
|
4db7c2deff
|
fix: problem that child route can't inherit authority configuration of it's parent; 🐛
修复:子路由无法继承其父路由的权限配置的问题;
|
4 years ago |
iczer
|
5ec6f73d6f
|
fix: problem tha the authority config of route be overwritten; 🐛
修复:路由权限配置被覆盖的问题;
|
4 years ago |
iczer
|
1fb75f491d
|
feat: add function of filtering menu data through authority; ⭐
新增:增加通过权限过滤菜单数据的功能;
|
4 years ago |
iczer
|
cbda23e3db
|
fix: style problem of tooltip in setting pane; 🐛
修复:设置面板中 tooltip 组件的样式问题;
|
4 years ago |
iczer
|
094935b758
|
feat: add mixed navigation mode; ⭐ #102
新增:混合导航菜单模式;
|
4 years ago |
samulle
|
b2b62914ef
|
增加设置面板‘流式’、‘定宽’切换界面随之修改。
|
4 years ago |
samulle
|
2436182baf
|
增加设置面板‘流式’、‘定宽’切换界面随之修改。
|
4 years ago |
iczer
|
002cf50440
|
update docs;
|
4 years ago |
iczer
|
365dde7e66
|
refactor: remove enquireScreen function from device.js to util.js; 🌟
重构:把 enquireScreen 功能从 device.js 迁移至 util.js;
|
4 years ago |
iczer
|
d4261bc401
|
refactor: config of async router and guards of router; 🌟
重构:异步路由配置和路由守卫配置;
|
4 years ago |
iczer
|
88c7653dab
|
update docs;
|
4 years ago |
iczer
|
04be83ac7c
|
fix: style problem of message component; 🐛
修复:message 组件样式问题;
|
4 years ago |
iczer
|
ad11e315e6
|
update the version of project
|
4 years ago |
iczer
|
a44c82f937
|
fix: the exception of authority plugin; 🐛
修复:权限认证插件异常问题;
|
4 years ago |
iczer
|
902afbe47a
|
fix: problem that title of menu item can't be hidden when using slot icon in side menu; 🐛
修复:在侧边栏菜单中使用插槽图标时,菜单项标题不能隐藏的问题;
|
4 years ago |
iczer
|
3b3cd76e51
|
feat: add scoped slot for icon in menu.js; ⭐
新增:为 menus.js 的 icon 增加 scoped slot API;
|
4 years ago |
iczer
|
58784c81fd
|
feat: add scoped slot for icon in menu.js; ⭐
新增:为 menus.js 的 icon 增加 scoped slot API;
|
4 years ago |
iczer
|
d1f84218c6
|
fix: problem that can't receive rejected message caused by interceptors; 🐛
修复:无法接受响应失败的消息;
|
4 years ago |
chenghongxing
|
2021fb575d
|
fix: problem that can't set roles array for route's authority; 🐛
修复:路由权限认证无法设置角色数组的问题;
|
4 years ago |
chenghongxing
|
ec3e4b5571
|
feat: add watch method for i18n and options of menu.js; ⭐
新增:为 menu.js 组件增加 i18n 和 options 选项的监听;
|
4 years ago |
chenghongxing
|
1ba8f20b76
|
fix: problem that the menu item can't be activated when the route changes; 🐛
修复:路由切换时,菜单项无法激活的问题;
|
4 years ago |
iczer
|
431c78ff26
|
fix: style problem in mobile; 🐛 #108
修复:移动端样式问题;
|
4 years ago |
iczer
|
51c2c354ba
|
feat: add interceptors for axios; 🐛
新增:axios 添加拦截器配置;
|
4 years ago |
chenghongxing
|
9f034092a9
|
feat: add configuration of hiding page title in PageLayout; ⭐ #106
新增:增加隐藏 PageLayout 布局中页面标题的配置;
|
4 years ago |
chenghongxing
|
de925b254e
|
fix: style problem of dropdown components in Setting.vue; 🐛 #105
修复:设置面板里下拉组件的样式问题;
|
4 years ago |
chenghongxing
|
f777920f89
|
fix: style problem caused by layout;
修复:布局调整导致的样式问题;
|
4 years ago |
chenghongxing
|
d0281e5707
|
update docs
|
4 years ago |