feat: 用户管理样式调整

This commit is contained in:
xuziqiang
2024-06-25 14:52:13 +08:00
parent 15fce86265
commit d654588e65
8 changed files with 597 additions and 521 deletions

View File

@@ -78,6 +78,7 @@ export class NSAxios {
const errCodeMap = new Map<number, any>([
[13, ''],
[1, ''],
[3005, ''],
[10086, () => routerConfig.logout()],
]);