疯狂的狮子li
2021-11-04 19b7f0747a018a29ad4efe7b5df393882e752dd5
ruoyi-ui/src/utils/request.js
@@ -65,7 +65,7 @@
        }
      ).then(() => {
        store.dispatch('LogOut').then(() => {
          location.href = '/index';
          location.href = this.$router.options.base + '/index';
        })
      }).catch(() => {});
      return Promise.reject('无效的会话,或者会话已过期,请重新登录。')