疯狂的狮子li
2021-11-04 c7c9bd6b08c9da9749a74929e9f9ae4a39b334ed
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('无效的会话,或者会话已过期,请重新登录。')