WXL (wul)
9 小时以前 1feb410410781eb56159c8fdd856e68d2c23e0a4
src/utils/request.js
@@ -17,7 +17,7 @@
  // axios中请求配置有baseURL选项,表示请求URL公共部分
  baseURL: process.env.VUE_APP_BASE_API,
  // 超时
  timeout: 10000,
  timeout: 100000,
});
// request拦截器
@@ -110,7 +110,9 @@
          }
        )
          .then(() => {
            console.log('选择重新登录');
            this.$router.replace("/login");
          })
          .catch(() => {
            isRelogin.show = false;