fix: 更改license失效码

(cherry picked from commit e645eeb1a5)
This commit is contained in:
chenjinsong
2024-03-25 15:24:39 +08:00
committed by 陈劲松
parent 2c7c7293b4
commit 0c20757d07

View File

@@ -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(