Administrator
2022-03-07 35561f8d95a610d0be66c784e8781730f00512d0
src/router/axios.js
@@ -65,7 +65,7 @@
  //如果是401则跳转到登录页面
  if (status === 401) store.dispatch('FedLogOut').then(() => router.push({path: '/login'}));
  // 如果请求为非200否者默认统一处理
  if (status !== 200) {
  if (status !== 200 & status !== 201) {
    // Message({
    //   message: message,
    //   type: 'error'