0a8047f0 by lihua

fix

1 parent 69c7f04d
......@@ -157,7 +157,7 @@ service.interceptors.response.use(
type: "error",
duration: 3000
})
useUserStore().logout(true)
// useUserStore().logout(true)
return;
}
if (error.response.data.msg.indexOf('token无效') > -1) {
......@@ -189,7 +189,7 @@ service.interceptors.response.use(
type: "error",
duration: 3000
})
useUserStore().logout(true)
// useUserStore().logout(true)
break
case 500:
if (error.response.data?.msg) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!