Explorar el Código

请求新增状态码判断 500 也去登录

newStyle
douzhuo hace 2 años
padre
commit
6e695c5fe8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/router/axios.js

+ 1
- 1
src/router/axios.js Ver fichero

@@ -64,7 +64,7 @@ axios.interceptors.response.use(res => {
const status = Number(res.status) || 200
const message = res.data.msg || errorCode[status] || errorCode['default']

if (status === 401) {
if (status === 401 || status === 500) {
idx++
if(idx==1){
Message({


Cargando…
Cancelar
Guardar