Merge branch 'zhengjie' of pplokijuhyg/falvpingtai into master

This commit is contained in:
asd 2019-12-02 09:17:58 +08:00
commit 6f519554da

View File

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