From 0c20757d073239166a21c04ccb727281ab4be231 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Mon, 25 Mar 2024 15:24:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=94=B9license=E5=A4=B1?= =?UTF-8?q?=E6=95=88=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit e645eeb1a500ad05b08507e106fd4731134606ec) --- src/utils/http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/http.js b/src/utils/http.js index 1fa6e9a4..95e3ca2a 100644 --- a/src/utils/http.js +++ b/src/utils/http.js @@ -31,7 +31,7 @@ axios.interceptors.request.use(config => { err => Promise.reject(err) ) const accountErrorCode = [518003, 518004, 518005, 518006, 518007, 518008] // 账号锁定等 -const licenceErrorCode = [711001] +const licenceErrorCode = [715001] // 若get请求的url中带问号,则将url上的参数截取,改为对象形式传参 axios.interceptors.request.use(