mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-12 17:40:54 +08:00
feat: menu supports carrying default query (#4687)
This commit is contained in:
@@ -241,8 +241,7 @@ function createRequestClient(baseURL: string) {
|
||||
if (status >= 200 && status < 400 && code === 0) {
|
||||
return data;
|
||||
}
|
||||
const error = { response };
|
||||
throw error;
|
||||
throw Object.assign({}, response, { response });
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user