|
@@ -67,7 +67,11 @@ qmInstance.interceptors.response.use(
|
|
let status = error.response.status;
|
|
let status = error.response.status;
|
|
|
|
|
|
if (status != 200) {
|
|
if (status != 200) {
|
|
- if (![401, 403].includes(status) && wk_token) {
|
|
|
|
|
|
+ if (
|
|
|
|
+ wk_token &&
|
|
|
|
+ ![401, 403].includes(status) &&
|
|
|
|
+ !error.config.url.includes("/api/ecs_core/log/studentClient/")
|
|
|
|
+ ) {
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
qmInstance.post(
|
|
qmInstance.post(
|
|
"/api/ecs_core/log/studentClient/" + "debug/S-009001",
|
|
"/api/ecs_core/log/studentClient/" + "debug/S-009001",
|