This commit is contained in:
BOE\10867418
2023-09-21 15:18:39 +08:00
parent b87f11da8a
commit 8889002123

View File

@@ -492,9 +492,6 @@ export async function request(_url, params) {
return JSONBigIntStr.parse(res);
}).then(res => {
if (res.code === 0 || res.code === 200) {
if(res.data.status == 600){
message.error(res.data.msg);
}
return res;
}
if (res.code === 1000 || res.code === 1002) {