Commit Graph

45 Commits

Author SHA1 Message Date
DaxPay
3c59102ecf remove 去除错误处理器 2024-07-02 16:43:41 +08:00
DaxPay
40dda3d4e4 ref 路由生成方式调整为后台生成和去除mock 2024-07-02 16:22:50 +08:00
DaxPay
aafdd6540e style 代码格式化 2024-07-02 09:31:05 +08:00
xingyu
4d2fb0cb6f refactor: '/@/' ==> '@/' and '/#/ '==> '#/' (#3329)
* refactor: /@/ ==> @/

* chore: '/@/' ==> '@/' and '/#/ '==> '#/'

* fix: lint:prettier
2023-11-24 10:32:04 +08:00
LooSheng
74ded8aed7 perf: respect the writing style of pinia getters (#2645) 2023-03-24 17:48:35 +08:00
姚文强
a89ba204eb fix typo (#2266) 2022-10-12 16:18:33 +08:00
Jim
19dc88b4e0 docs: 添加注释, 修复 (#1927)
* docs: 添加注释

* docs: 添加注释

* fix: 后台动态权限changePermissionCode加上await

* docs: 添加注释

* docs: 添加注释

* docs: 添加注释

* docs: 添加注释

* docs: 添加注释
2022-06-16 19:02:10 +08:00
handsomeFu
91cbe0a03b chore(permission): fix func name typo (#1082) 2021-08-16 23:15:19 +08:00
无木
c1178027f0 fix: fix homePage affix error
修复当没有通过接口为用户指定首页时,如果默认的首页是一个带有重定向的路由,则可能出现双首页Tab的问题
2021-07-15 17:15:15 +08:00
无木
0a3683a186 feat: customized user home page
新增自定义的用户首页(可以每个用户都不相同)
2021-07-13 14:10:31 +08:00
无木
72ac240f28 feat: routers support ignoreRoute option
为路由配置添加`meta`.`ignoreRoute`配置,允许在`ROUTE_MAPPING`及`BACK`模式下配置纯菜单数据

fixed:
2021-07-01 23:54:10 +08:00
Eric
3871204d08 fix: routes filter can't effective when permission mode set to ROUTE_MAPPING (#836) 2021-06-30 22:27:26 +08:00
Vben
cdb10cc4ac fix(menu): make sure the menu is activated correctly 2021-06-30 00:47:59 +08:00
vben
913c22c84f feat(menu): the route is automatically mapped to the menu 2021-06-27 23:58:14 +08:00
vben
e8d6f8851e fix(store): fix type error after pinia version upgrade 2021-06-19 23:17:44 +08:00
vben
aebad61b3d fix: ensure that roleList is not empty 2021-05-30 22:30:26 +08:00
Netfan
132c7fb944 fix: session timeout login logic error (#678)
修复超时重新登录的页面在某些逻辑下未能正确刷新数据的问题。

fix: #673
2021-05-31 09:23:19 +08:00
Netfan
9e5e630987 refactor(api): remove unnecessary userId param (#675)
* refactor(api): remove unnecessary userId param

移除getUserInfo、getPermCode、getMenuList接口的userId参数。
这些接口应当始终与当前登录用户相关而无需传递userId。

* fix: fix auth header key case error
2021-05-29 23:11:38 +08:00
vben
cd4b5e14c2 fix(types): fix store types 2021-05-25 01:24:26 +08:00
vben
bbf178f64b fix(store): fix pinia typo 2021-05-23 23:45:21 +08:00
Vben
6a8820597f fix: ensure that the 401 jumps to the login page correctly, fix #512 2021-04-24 20:31:05 +08:00
Vben
215d8bab38 refactor: refactor store 2021-04-10 21:41:22 +08:00
Vben
8fb03961f5 fix: ensure permissionMode exists close #409 2021-03-23 22:31:23 +08:00
Vben
e2cc5af937 fix(route): ensure that the first level menu can be hidden 2021-03-23 01:06:57 +08:00
Vben
f866e46535 chore: add test server 2021-03-19 22:53:39 +08:00
Vben
67962f1dee fix(v-auth): ensure the background mode is correct close #330 2021-03-18 22:38:55 +08:00
Vben
e12c588c0a refactor(route): refactoring the routing multi-layer model close #215 2021-03-17 00:10:16 +08:00
Vben
d5d4c4b413 fix(menu): fix menu icon missing close #328 2021-03-07 20:59:11 +08:00
Vben
cd8e924d46 perf(tree): strengthen BasicTree function 2021-03-03 23:35:30 +08:00
Vben
15567e478c fix: improve persistent cache logic 2021-02-28 12:25:57 +08:00
Vben
f6cef1088d refactor: refactored multi-language modules to support lazy loading and remote loading 2021-02-28 08:48:53 +08:00
vben
da04913ef3 feat: added settingButtonPosition configuration close #275 2021-02-18 21:12:27 +08:00
vben
b335e7511b chore: fix the error-log list as the system route 2021-02-13 11:15:06 +08:00
vben
10cd4fcdff fix(locale): fix locale.show not work 2020-12-23 21:16:27 +08:00
vben
c303ec1a23 refactor: refactor route 2020-12-03 21:49:32 +08:00
vben
962f90de44 feat: support vscode i18n-ally plugin 2020-12-01 23:51:39 +08:00
vben
19011296ed feat: multi-language support 2020-11-26 21:10:21 +08:00
vben
ba068ba1df wip: refactor layout 2020-11-23 23:24:13 +08:00
vben
f7aa93f5b0 chore: miscellaneous modifications 2020-11-21 22:47:10 +08:00
vben
ecfb702b09 fix: type error 2020-11-12 22:20:15 +08:00
vben
dc42d434f0 refactor: refactoring menu generation 2020-11-08 23:13:47 +08:00
vben
e2333642c4 style: some format adjustments 2020-10-30 21:32:05 +08:00
vben
66acb21edd perf: perf menu mini style 2020-10-21 21:44:57 +08:00
陈文彬
2f268ca8f4 fix: fix form,transition,build bug 2020-10-01 00:24:14 +08:00
陈文彬
2f6253cfb6 initial commit 2020-09-28 20:19:10 +08:00