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 |
|
chenghongxing
|
886a19ddfc
|
chore: add i18n support for TabsView.vue; 🌟
|
2020-07-20 08:49:20 +08:00 |
|
chenghongxing
|
3573a51dbd
|
chore: add i18n support for TabsView.vue; 🌟
|
2020-07-19 18:40:27 +08:00 |
|
秦旭洋
|
0f7f73fd1a
|
refactor: 重构TabView和ContextMenu的部分逻辑
1. 提取并修改getPageKey函数,表意更明确
2. 修复ContextMenu点击失败的bug(菜单项之间有margin缝隙)
3. 其他个别代码格式(基于eslint)调整
|
2020-07-13 17:54:15 +08:00 |
|
iczer
|
255f68709e
|
fix: solve the cache problem in multi tabs mode; 🐛
修复: 解决多页签模式下的内存泄露问题;
|
2020-07-10 21:48:29 +08:00 |
|
iczer
|
107e08c08e
|
fix: issue of contextmenu in TabsView component; 🐛
修复:TabsView 组件右键菜单的bug;
|
2020-07-10 19:09:41 +08:00 |
|
iczer
|
9d5c100960
|
feat: add the configuration of disable animation; 🌟
新增:禁用页面切换动画的功能;
|
2020-07-10 11:56:36 +08:00 |
|
iczer
|
b5d17cd63b
|
chore: refactor the code of configuration; 🌟
|
2020-07-09 17:42:59 +08:00 |
|
iczer
|
44a99a2987
|
chore: optimize the api of drawer components; 🌟
|
2020-07-09 12:10:36 +08:00 |
|
iczer
|
195624a0a1
|
feat: add configuration of hidden settings drawer; 🌟
新增:隐藏设置抽屉的配置;
|
2020-07-09 11:52:30 +08:00 |
|
iczer
|
1f02623837
|
chore: optimize the color of the setting trigger and ColorCheckbox component in night mode; 🌟
|
2020-07-09 11:01:35 +08:00 |
|
iczer
|
719dba0bd9
|
fix: problem of component style in night mode; 🐛
修复:夜晚模式下组件样式问题;
|
2020-07-08 11:49:12 +08:00 |
|
iczer
|
4063a4f08a
|
feat: add global night mode; 🌟
新增:全局夜晚模式;
|
2020-07-06 21:52:36 +08:00 |
|
iczer
|
14f6aebfe1
|
fix: style issues with side menu components and drawer components; 🐛
修复:侧边菜单组件和抽屉组件的样式问题;
|
2020-07-02 11:21:51 +08:00 |
|
iczer
|
5f68e2d231
|
chore: optimize the realization of theme color 🌟
|
2020-07-01 17:23:39 +08:00 |
|