@ -88,7 +88,7 @@ router.beforeEach(async (to, from, next) => {
// next(`/login?loginName=${to.query.loginName}&isAutoLogin=${to.query.isAutoLogin}`)
// next(`/login`)
localStorage.removeItem("isLoginName")
Message.error('获取用户信息失败,请重试!')
// Message.error('获取用户信息失败,请重试!')
})
// })
// .catch((error) => {
@ -136,7 +136,7 @@ const actions = {
}
.catch(err => {
reject(error)
reject(err)
console.log('获取用户信息失败,请重试')