chore: 🔨 添加状态码说明注释
This commit is contained in:
@@ -45,6 +45,7 @@ service.interceptors.response.use(
|
|||||||
return Promise.reject(new Error(msg || "Error"));
|
return Promise.reject(new Error(msg || "Error"));
|
||||||
},
|
},
|
||||||
async (error: any) => {
|
async (error: any) => {
|
||||||
|
// 非 2xx 状态码处理 401、403、500 等
|
||||||
const { config, response } = error;
|
const { config, response } = error;
|
||||||
if (response) {
|
if (response) {
|
||||||
const { code, msg } = response.data;
|
const { code, msg } = response.data;
|
||||||
|
|||||||
Reference in New Issue
Block a user