chenghongxing
|
8759699501
|
修复:页面布局面包屑重复问题;
fix: the repeat problem of breadcrumbs in PageLayout.vue;
|
2021-04-05 10:01:41 +08:00 |
|
chenghongxing
|
17c0b0ae36
|
优化:调整 copyright 间距;
optimize: adjust the spacing of copyright;
|
2020-12-18 09:28:24 +08:00 |
|
AshenOneOrz
|
c828cd50c7
|
style(pagefooter): 修改 basic 分支的页脚 copyright 版权间距
|
2020-12-17 22:14:52 +08:00 |
|
chenghongxing
|
1e19af47b4
|
修复:修改页签头标题不生效的bug;⭐
fix: the problem that modify page title not effective;
|
2020-12-11 16:16:56 +08:00 |
|
chenghongxing
|
8b3003108d
|
新增:增加多页签模式下配置是否缓存页面的功能;⭐ #154
feat: add the function to configure whether to cache pages in multi tab mode;
|
2020-12-06 14:52:04 +08:00 |
|
chenghongxing
|
8a91deb626
|
新增:动态修改标题的 api;⭐ #150
feat: add api of dynamic modify tab title;
|
2020-11-28 19:49:18 +08:00 |
|
chenghongxing
|
0ce6b694c8
|
fix: the style problem of tabs head; 🐛
修复:页签头样式问题;
|
2020-11-08 14:37:06 +08:00 |
|
chenghongxing
|
98f6a05ac9
|
bug: fix the problem that page content become blank when modifying the code; 🐛 #141
修复:修改代码时页面内容变为空白的问题;
|
2020-11-08 14:09:49 +08:00 |
|
chenghongxing
|
2a711503ee
|
bug: fix the problem that custom page title not effect;
修复:自定义页面标题不起作用的问题;
|
2020-11-08 12:36:05 +08:00 |
|
iczer
|
5dab682e05
|
fix: the problem of calculating minimum height of page; 🐛
修复:页面内容最小高度计算错误问题;
|
2020-10-17 16:41:31 +08:00 |
|
iczer
|
9dcb132acd
|
fix: scroll problem of page; 🐛
修复:页面滚动问题;
|
2020-10-03 10:52:39 +08:00 |
|
chenghongxing
|
285a4b798b
|
feat: add function of disable closing page; ⭐
新增:禁用关闭页面功能;
|
2020-10-02 23:26:40 +08:00 |
|
chenghongxing
|
8ed600d4d2
|
feat: add function of refreshing page; ⭐ #132
新增:刷新页面的功能;
|
2020-09-30 19:42:18 +08:00 |
|
chenghongxing
|
4c25980b97
|
feat: add function of fixing the head of tabs; ⭐
新增:固定页签头功能。
|
2020-09-30 16:53:20 +08:00 |
|
chenghongxing
|
010f1ddc32
|
chore: optimize the code of caching tabs;
|
2020-09-26 23:21:00 +08:00 |
|
chenghongxing
|
69c41ac2c3
|
feat: add function of caching tabs in multi page mode; ⭐
新增:多页签模式下增加缓存页签头功能(刷新时签头不再丢失);
|
2020-09-26 23:11:46 +08:00 |
|
chenghongxing
|
684533cee9
|
Merge pull request #123 from guoranred/master;
|
2020-09-26 17:48:56 +08:00 |
|
chenghongxing
|
5cb6e783fa
|
fix: the setting of fixed width do not effect in some page; 🐛
修复:部分页面固定宽度设置不生效的bug;
|
2020-09-26 15:43:37 +08:00 |
|
chenghongxing
|
c239c01749
|
chore: optimize min height of page content;
|
2020-09-26 15:17:44 +08:00 |
|
chenghongxing
|
f6b7363160
|
fix: layout problem of head navigation in narrow screen; 🐛
修复:窄屏下顶部导航布局问题;
|
2020-09-25 22:10:44 +08:00 |
|
chenghongxing
|
c10ee34eaf
|
fix: layout problem of head navigation in narrow screen; 🐛
修复:窄屏下顶部导航布局问题;
|
2020-09-17 13:27:36 +08:00 |
|
iczer
|
f17f8c64a1
|
fix: the problem z level of layout and components; 🐛
修复:布局和组件的层级问题;
|
2020-09-13 11:00:46 +08:00 |
|
iczer
|
e0d4bf9117
|
fix: the collapsed problem of drawer menu; 🐛 #114
修复:抽屉菜单折叠问题;
|
2020-09-12 17:30:15 +08:00 |
|
chenghongxing
|
4a7bee7506
|
feat: add configuration for width of page content; ⭐
新增:增加页面内容宽度配置;
|
2020-09-06 12:16:51 +08:00 |
|
iczer
|
096f75ab7b
|
feat: add function of filtering menu data through authority; ⭐
修复:增加通过权限过滤菜单数据的功能;
|
2020-08-31 20:49:43 +08:00 |
|
iczer
|
e5d56675b8
|
feat: add mixed navigation mode; ⭐
新增:混合导航模式;
|
2020-08-31 12:12:32 +08:00 |
|
iczer
|
4814278ded
|
fix: style problem in mobile; 🐛 #108
修复:移动端样式问题;
|
2020-08-26 13:35:15 +08:00 |
|
chenghongxing
|
9f24da1f71
|
feat: add configuration of hiding page title in PageLayout; ⭐ #106
新增:增加隐藏 PageLayout 布局中页面标题的配置;
|
2020-08-25 19:24:01 +08:00 |
|
chenghongxing
|
465c84ec39
|
fix: style problem of dropdown components in Setting.vue; 🐛 #105
修复:设置面板里下拉组件的样式问题;
|
2020-08-25 18:43:06 +08:00 |
|
chenghongxing
|
dab93a1ffb
|
fix: style problem caused by layout;
修复:布局调整导致的样式问题;
|
2020-08-24 15:59:36 +08:00 |
|
chenghongxing
|
87ad8c5385
|
fix: the position problem of pop component in fixed side mode;🐛
修复:固定侧边栏模式下弹出式组件的位置问题;
|
2020-08-23 17:42:33 +08:00 |
|
iczer
|
00f17f621e
|
fix: exception in single tab mode; 🐛 #103
修复:单页签模式下的异常问问题;
|
2020-08-19 10:02:17 +08:00 |
|
iczer
|
ea8f19b327
|
chore: optimize services model;🌟
|
2020-08-08 21:56:20 +08:00 |
|
iczer
|
9a21fe3b09
|
fix: the cache problem in tabs mode;🐛
修复:多页签模式下的缓存问题;
|
2020-08-07 22:18:02 +08:00 |
|
iczer
|
ffe5aba7d3
|
feat: add the api of global closing page: $closePage(closeRoute, nextRoute);🌟
新增:增加全局关闭页面api: $closePage(closeRoute, nextRoute);
|
2020-08-06 21:15:26 +08:00 |
|
iczer
|
3997f6b9e9
|
chore: rename HeaderlAvatar.vue to HeaderAvatar.vue;
|
2020-08-06 19:02:10 +08:00 |
|
iczer
|
0a918b19e1
|
chore: fix style problem of HeaderAvatar.vue; 🐛
|
2020-08-06 16:25:16 +08:00 |
|
iczer
|
38363f2ec2
|
fix: the cache problem of tabs page; 🐛
修复:多页签页面缓存问题;
|
2020-08-05 19:55:25 +08:00 |
|
iczer
|
ef34bcfc8c
|
fix: the cache problem of page with dynamic route; 🐛
修复:动态路由下页面缓存问题;
|
2020-08-05 13:44:50 +08:00 |
|
iczer
|
c05efdee7a
|
fix: i18n problem of dynamic route; 🐛
修复:动态路由的国际化问题;
|
2020-08-04 11:32:45 +08:00 |
|
iczer
|
4273ef8671
|
fix: the style problem caused by SideMenu.vue overflow; 🐛
修复:SideMenu.vue 组件溢出导致的样式问题;
|
2020-07-31 22:24:18 +08:00 |
|
iczer
|
bceb33996b
|
chore:replace pouchdb with localStorage; 🌟
|
2020-07-28 21:33:40 +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 |
|
chenghongxing
|
a3bca2756e
|
Merge remote-tracking branch 'origin/basic' into basic
|
2020-07-25 13:12:15 +08:00 |
|
chenghongxing
|
f59f613f91
|
feat: add state of min page height in setting module; 🌟
新增:vuex setting 模块增加页面最小高度 state
|
2020-07-25 13:11:39 +08:00 |
|
iczer
|
1091c60fe6
|
chore: add document link for header; 🌟
|
2020-07-23 15:32:01 +08:00 |
|
chenghongxing
|
d279d2f976
|
init: init for basic version
|
2020-07-23 10:39:01 +08:00 |
|
chenghongxing
|
4e6a060dfe
|
feat: add login blocking; 🌟
新增:登录拦截功能;
|
2020-07-20 22:39:46 +08:00 |
|
chenghongxing
|
d21a2ab062
|
chore: optimize the i18n code of router; 🌟
|
2020-07-20 21:39:00 +08:00 |
|