feat: 部门样式调整

This commit is contained in:
xuziqiang
2024-06-26 10:32:45 +08:00
parent d654588e65
commit b55ab2353e
6 changed files with 259 additions and 116 deletions

View File

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