yangfeng
2024-03-18 d922b18d12b9d37f9279c4732daf6451e79ff601
注掉alert(JWT失效,即将跳转至登录页)弹窗
1个文件已修改
2 ■■■ 已修改文件
src/common/utils/request.ts 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/common/utils/request.ts
@@ -49,7 +49,7 @@
  },
  (error) => {
    if (error.response.status === 401) {
      alert('JWT失效,即将跳转至登录页..')
      // alert('JWT失效,即将跳转至登录页..')
      router.push('/login')
    }
    let { message } = error