huangxianjun
|
4329dce558
|
增加统一的cache缓存工具类,将游览器的store操作都集中在此,存储时添加统一的prefix, cookie增加path, 可防止同一域名部署多个前端服务时缓存冲突; 相应替换所有调用位置
|
2021-03-19 12:15:59 +08:00 |
|
huangxianjun
|
c198da6bbb
|
去除403,404页面的过滤,当token失效时即使页面异常也应当重新跳转回login
|
2021-03-19 12:12:51 +08:00 |
|
huangxianjun
|
74dd33d936
|
错误页面的返回首页改为/,提升通用性
|
2021-03-19 12:11:20 +08:00 |
|
huangxianjun
|
14f9b9720d
|
路由注册map改为function返回防止内容篡改; 异步路由时自动将/重定向到第一个子路由作为首页; 增加initRouter方法并调整login成功时路由加载; 当路由缓存意外被清理时自动重新加载
|
2021-03-19 12:10:29 +08:00 |
|
huangxianjun
|
438347a010
|
默认开启异步路由
|
2021-03-19 12:05:24 +08:00 |
|
huangxianjun
|
649862a4f8
|
调整校验登录失效顺序,防止手工清理cookie时页面假死;同时在登录失效时调用logout清理缓存
|
2021-03-19 12:01:25 +08:00 |
|
huangxianjun
|
75c4619bdc
|
lintOnSave在build生产时才开启
|
2021-03-19 11:59:21 +08:00 |
|
huangxianjun
|
7be8436910
|
默认开启异步路由
|
2021-03-19 11:58:15 +08:00 |
|
huangxianjun
|
e2e0a26027
|
添加staging环境
|
2021-03-19 11:54:19 +08:00 |
|
iczer
|
ce536b95c2
|
Update README.en-US.md
|
2021-02-25 16:38:18 +08:00 |
|
iczer
|
4dbbb852a9
|
Update README.md
|
2021-02-25 16:37:26 +08:00 |
|
chenghongxing
|
9ddd117d5e
|
修复:更改角色后菜单不能正确显示的问题;#179
fix: the menu does not display correctly after changing roles;
|
2021-01-15 09:52:20 +08:00 |
|
chenghongxing
|
2fc5b9d594
|
修复:更改角色后菜单不能正确显示的问题;#179
fix: the menu does not display correctly after changing roles;
|
2021-01-12 11:49:16 +08:00 |
|
chenghongxing
|
83c6381a4b
|
修复:加载异步路由不能正确提示的问题;
fix: the problem that it does not prompt correctly when loading routes;
|
2021-01-12 11:47:26 +08:00 |
|
chenghongxing
|
0c41878174
|
优化:切换布局时触发 resize 事件,以解决部分页面响应时布局问题;
optimize: resize event is triggered when switching layout to solve the layout problem when part of the page responds;
|
2021-01-12 11:45:43 +08:00 |
|
chenghongxing
|
a5c34a8514
|
优化:引入 moment 组件库中文包;
optimize: import chinese language for moment library;
|
2021-01-12 11:41:36 +08:00 |
|
chenghongxing
|
df076bda24
|
新增:request.js 增加请求配置参数;
feat: add configuration parameter for request.js;
|
2021-01-12 11:40:17 +08:00 |
|
chenghongxing
|
62b57a97cb
|
新增:增加 Mock 登录用户角色 test;
feat: add new role for login user;
|
2021-01-12 11:38:03 +08:00 |
|
chenghongxing
|
867377a6d2
|
优化:调整 copyright 间距;
optimize: adjust the spacing of copyright;
|
2020-12-18 09:26:17 +08:00 |
|
iczer
|
a2e5370ae8
|
Merge pull request #174 from AshenOneOrz/dev-ashen
refactor(querylist): 使用组件库的间隔组件包裹按钮组
|
2020-12-18 09:21:59 +08:00 |
|
AshenOneOrz
|
39b64d0704
|
style(pagefooter): 修改页脚 copyright 版权外观
|
2020-12-17 21:47:09 +08:00 |
|
AshenOneOrz
|
d2b2631fb1
|
refactor(querylist): 使用组件库的间隔组件包裹按钮组
|
2020-12-17 21:31:43 +08:00 |
|
chenghongxing
|
345b46bf6f
|
chore: update configuration of environment;
|
2020-12-13 11:21:53 +08:00 |
|
chenghongxing
|
b0fc3a943e
|
修复:修改页签头标题不生效的bug;⭐
fix: the problem that modify page title not effective;
|
2020-12-11 16:16:07 +08:00 |
|
chenghongxing
|
37f66c8786
|
update version
0.7.2
|
2020-12-06 16:12:10 +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
|
f2d3823069
|
修复:当路由有查询参数时,设置页签标题不生效的问题;🐛 #166
fix: the problem that the setting of tab title is not effective when the route has query parameters;
|
2020-12-06 11:31:31 +08:00 |
|
chenghongxing
|
33179d96b7
|
update docs;
|
2020-12-06 11:14:16 +08:00 |
|
chenghongxing
|
935cd77d4f
|
修复:标准表格不支持嵌套属性的问题;🐛
fix: the problem that StandardTable.vue not support nested attributes;
|
2020-12-06 10:33:02 +08:00 |
|
iczer
|
010ffdaacb
|
Merge pull request #155 from yexk/master
【进阶->国际化】文档 & 修复needTotal计算问题
|
2020-12-06 10:28:08 +08:00 |
|
iczer
|
5c6b2a2048
|
Merge pull request #165 from lsvih/patch-1
修复一个路由解析时候丢失 meta 值的问题
|
2020-12-06 10:22:21 +08:00 |
|
chenghongxing
|
34a76d5894
|
修复:更正 axios 拦截器demo;
|
2020-12-04 21:04:08 +08:00 |
|
lsvih
|
0f1a845189
|
Update routerUtil.js
|
2020-12-03 10:10:26 +08:00 |
|
chenghongxing
|
5de611523c
|
修复:弹出层挂载容器问题;🐛
fix: the problem of pop up layer mount container;
|
2020-12-02 22:30:49 +08:00 |
|
chenghongxing
|
c2915c93d3
|
修复:高级表格部分api默认值错误问题;🐛
fix: wrong default value of some api about AdvanceTable.vue;
|
2020-11-30 11:21:49 +08:00 |
|
chenghongxing
|
e661ae0813
|
修复:设置页签标题不生效的bug;🐛
fix: the problem that setting tabs title not affect;
|
2020-11-29 20:09:31 +08:00 |
|
chenghongxing
|
915c2078cb
|
update docs
|
2020-11-29 14:45:05 +08:00 |
|
chenghongxing
|
407c2719cb
|
update docs
|
2020-11-29 14:31:42 +08:00 |
|
chenghongxing
|
d9b5e4b766
|
优化:刷新页签 api 增加路由对象参数支持;⭐
optimize: add support of route parameter for refresh page api;
|
2020-11-29 14:31:22 +08:00 |
|
chenghongxing
|
75a510edbd
|
update version
0.7.1
|
2020-11-29 12:30:00 +08:00 |
|
chenghongxing
|
31e22aaf0e
|
修复:AdvanceTable 组件异步获取列配置不生效的问题;🐛 #159 #160 #161
fix: the async configuration of columns not to take effect in AdvanceTable.vue;
|
2020-11-29 11:54:48 +08:00 |
|
chenghongxing
|
63ea2a9459
|
修复:Modal 组件导致的白边问题;🐛 #162 #149
fix: white edge problems caused by Modal component;
|
2020-11-28 23:07:12 +08:00 |
|
chenghongxing
|
ae2b7a86ef
|
新增:动态修改标题的 api;⭐ #150
feat: add api of dynamic modify tab title;
|
2020-11-28 19:47:23 +08:00 |
|
chenghongxing
|
23b7dfe2a4
|
修复:混合导航模式下,菜单数据为空时导致的异常;🐛
fix: the exception caused by empty menuData in mix navigation mode;
|
2020-11-25 20:39:21 +08:00 |
|
chenghongxing
|
10296fd022
|
chore: update the version of ant-design-vue from 1.6.2 to 1.7.2; #156
|
2020-11-22 17:21:35 +08:00 |
|
chenghongxing
|
9e7a03fcd8
|
修复:菜单组件 openChang 事件的 bug;🐛 #156
fix: the problem of openChange event in menu.js;
|
2020-11-22 17:17:06 +08:00 |
|
chenghongxing
|
f74d08248e
|
修复:切换语言时浏览器页签标题语言不改变的问题;🐛
fix: the problem that the title language of the browser tab does not change when switching languages;
|
2020-11-22 16:54:10 +08:00 |
|
chenghongxing
|
d638eaa6bf
|
修复:头像列表组件 tooltip 不生效的问题; 🐛
fix: tooltip function not affect of AvatarList.vue;
|
2020-11-22 16:52:24 +08:00 |
|
Yexk
|
344ad1d1f6
|
fix: 修复needTotal求和的时候不支持多维数组以及字符串求和问题
|
2020-11-13 21:48:27 +08:00 |
|
Yexk
|
c82103d64d
|
[add] i18n
|
2020-11-13 01:06:57 +08:00 |
|