4
0
mirror of https://github.com/iczer/vue-antd-admin.git synced 2025-06-11 13:09:24 +08:00

99 Commits

Author SHA1 Message Date
chenghongxing
816d19f7da 修复:带查询参数的路由导致多页签出现页面多开问题; 2021-05-08 20:41:57 +08:00
chenghongxing
990daf2d27 修复:页面布局面包屑重复问题;
fix: the repeat problem of breadcrumbs in PageLayout.vue;
2021-04-05 09:50:27 +08:00
chenghongxing
867377a6d2 优化:调整 copyright 间距;
optimize: adjust the spacing of copyright;
2020-12-18 09:26:17 +08:00
AshenOneOrz
39b64d0704 style(pagefooter): 修改页脚 copyright 版权外观 2020-12-17 21:47:09 +08:00
chenghongxing
b0fc3a943e 修复:修改页签头标题不生效的bug;
fix: the problem that modify page title not effective;
2020-12-11 16:16:07 +08:00
chenghongxing
5a333faa2b 新增:增加多页签模式下配置是否缓存页面的功能; #154
feat: add the function to configure whether to cache pages in multi tab mode;
2020-12-06 14:49:25 +08:00
chenghongxing
ae2b7a86ef 新增:动态修改标题的 api; #150
feat: add api of dynamic modify tab title;
2020-11-28 19:47:23 +08:00
chenghongxing
57dc7fe2e8 fix: the style problem of tabs head; 🐛
修复:页签头样式问题;
2020-11-08 14:20:23 +08:00
chenghongxing
e841ac77fd bug: fix the problem that page content become blank when modifying the code; 🐛 #141
修复:修改代码时页面内容变为空白的问题;
2020-11-08 14:09:04 +08:00
chenghongxing
a4b0785f0f bug: fix the problem that custom page title not effect;
修复:自定义页面标题不起作用的问题;
2020-11-08 12:20:40 +08:00
iczer
59bb834da8 fix: the problem of calculating minimum height of page; 🐛
修复:页面内容最小高度计算错误问题;
2020-10-17 16:39:08 +08:00
iczer
a4281b62dc fix: scroll problem of page; 🐛
修复:页面滚动问题;
2020-10-03 10:52:01 +08:00
chenghongxing
3d3e56de12 feat: add function of disable closing page;
新增:禁用关闭页面功能;
2020-09-30 21:50:20 +08:00
chenghongxing
313af63f33 feat: add function of refreshing page; #132
新增:刷新页面的功能;
2020-09-30 19:39:26 +08:00
chenghongxing
83576d88d7 feat: add function of fixing the head of tabs;
新增:固定页签头功能。
2020-09-30 16:38:37 +08:00
chenghongxing
435b2ff585 chore: optimize the code of caching tabs; 2020-09-26 23:20:28 +08:00
chenghongxing
bad44562e7 feat: add function of caching tabs in multi page mode;
新增:多页签模式下增加缓存页签头功能(刷新时签头不再丢失);
2020-09-26 23:10:08 +08:00
iczer
7b23be808f
Merge pull request #123 from guoranred/master
add nprogress and cdn assets
2020-09-26 17:35:32 +08:00
chenghongxing
d14d1ee9b8 fix: the setting of fixed width do not effect in some page; 🐛
修复:部分页面固定宽度设置不生效的bug;
2020-09-26 15:40:49 +08:00
chenghongxing
a19e8a226f chore: optimize min height of page content; 2020-09-26 15:15:40 +08:00
chenghongxing
80baf8d202 fix: layout problem of head navigation in narrow screen; 🐛
修复:窄屏下顶部导航布局问题;
2020-09-25 22:09:55 +08:00
chenghongxing
b8ccb5c6a1 fix: layout problem of head navigation in narrow screen; 🐛
修复:窄屏下顶部导航布局问题;
2020-09-17 13:25:27 +08:00
guoranred
e2e92e9df9 fix: fixed search item 2020-09-15 09:11:07 +08:00
iczer
fb146e2a36 fix: the problem z level of layout and components; 🐛
修复:布局和组件的层级问题;
2020-09-13 10:58:53 +08:00
iczer
6a3ec944c6 fix: the collapsed problem of drawer menu; 🐛 #114
修复:抽屉菜单折叠问题;
2020-09-12 17:26:10 +08:00
chenghongxing
5a65032772 chore: optimize the code of page width style; 2020-09-06 12:06:20 +08:00
iczer
a84952577f
Merge branch 'master' into master 2020-09-06 11:06:58 +08:00
iczer
1fb75f491d feat: add function of filtering menu data through authority;
新增:增加通过权限过滤菜单数据的功能;
2020-08-31 20:51:58 +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
431c78ff26 fix: style problem in mobile; 🐛 #108
修复:移动端样式问题;
2020-08-26 13:34:27 +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
8c3afcc3ab fix: the position problem of pop component in fixed side mode;🐛
修复:固定侧边栏模式下弹出式组件的位置问题;
2020-08-23 17:41:06 +08:00
iczer
e5f2eb9955 fix: exception in single tab mode; 🐛 #103
修复:单页签模式下的异常问问题;
2020-08-19 10:00:00 +08:00
iczer
45d62e4860 chore: optimize services model;🌟 2020-08-08 21:51:18 +08:00
iczer
d741904f50 fix: the cache problem in tabs mode;🐛
修复:多页签模式下的缓存问题;
2020-08-07 22:14:56 +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
523537953a fix: the cache problem of tabs page; 🐛
修复:多页签页面缓存问题;
2020-08-05 19:54:15 +08:00
iczer
805cd799f8 fix: the cache problem of page with dynamic route; 🐛
修复:动态路由下页面缓存问题;
2020-08-05 13:42:53 +08:00
iczer
b796a4c9e4 fix: i18n problem of dynamic route; 🐛
修复:动态路由的国际化问题;
2020-08-04 11:30:44 +08:00
iczer
55358b4107 fix: the style problem caused by SideMenu.vue overflow; 🐛
修复:SideMenu.vue 组件溢出导致的样式问题;
2020-07-31 22:22:10 +08:00
iczer
bfb0358217 feat: add function of async router and async menu; 🌟
新增:异步路由和菜单功能;
2020-07-29 11:15:31 +08:00
chenghongxing
768dacdef7 feat: add state of min page height in setting module; 🌟
新增:vuex setting 模块增加页面最小高度 state;
2020-07-25 13:26:48 +08:00
chenghongxing
b78cf5c6e1 chore: optimize the code of system layout; 🌟 2020-07-23 12:40:36 +08:00
chenghongxing
4e6a060dfe feat: add login blocking; 🌟
新增:登录拦截功能;
2020-07-20 22:39:46 +08:00