Merge branch 'zhengjie' of pplokijuhyg/falvpingtai into master

This commit was merged in pull request #38.
This commit is contained in:
asd
2019-12-02 09:17:58 +08:00

View File

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