src/utils/request.js @@ -110,10 +110,7 @@ } ) .then(() => { isRelogin.show = false; store.dispatch("LogOut").then(() => { location.href = "/index"; }); }) .catch(() => { isRelogin.show = false;