feat: 补充用户模块权限json

This commit is contained in:
xuziqiang
2024-06-06 16:56:34 +08:00
parent 9c3508fbc8
commit 946384b9ed
7 changed files with 84 additions and 43 deletions

View File

@@ -87,7 +87,8 @@ export class NSAxios {
// config.url = newUrl;
return config;
}, undefined);
const errCodeArr = [13, 1];
const errCodeArr = [13, 1, 3005];
// const newMap = new Map([])
this.instance.interceptors.response.use(
(res: AxiosResponse) => {
console.log('success', res);