修复 #38

Manually merged
asd merged 1 commits from zhengjie into master 2019-12-02 01:17:59 +00:00

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: `/`
}); });
}); });
} }