This commit is contained in:
asd 2019-12-02 09:17:33 +08:00
parent a2092ac5be
commit 46269e14ec

View File

@ -146,7 +146,7 @@ export default {
window.console.log(res);
localStorage.setItem("token", res.data.data);
this.$router.push({
path: `/index`
path: `/`
});
});
}