疯狂的狮子Li
2021-10-24 2173ed504d2f3dc0f727c2b10230ee14ed0c9436
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('无效的会话,或者会话已过期,请重新登录。')