This commit is contained in:
@@ -240,6 +240,10 @@ function createRequestClient(baseURL: string) {
|
||||
// 不再执行下面逻辑
|
||||
throw new Error(_msg);
|
||||
}
|
||||
case 403: {
|
||||
window.location.href = msg;
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (msg) {
|
||||
timeoutMsg = msg;
|
||||
|
Reference in New Issue
Block a user