|
|
@@ -26,6 +26,7 @@ import orderJump from "@/composables/order/orderJump"; |
|
|
|
const { |
|
|
|
getOrderList |
|
|
|
} = orderJump(); |
|
|
|
import { jump } from "@/datas/9901Jump.js"; |
|
|
|
const s4 = new SM4Util() |
|
|
|
|
|
|
|
/* 刷新token */ |
|
|
@@ -138,7 +139,10 @@ export function request(code, options = {}, start = false) { |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
} else if (res.data.statusCode == 99999) { |
|
|
|
}else if (res.data.statusCode == 99999 && res.data.errorMsg=='客户端登录凭证为空') { |
|
|
|
console.log("11====") |
|
|
|
jump("17","") |
|
|
|
}else if (res.data.statusCode == 99999) { |
|
|
|
if (!start) { |
|
|
|
updateGetToken().then((data) => { |
|
|
|
console.log("token刷新", data); |