xuebaoxin #40

Manually merged
theluyuan merged 3 commits from xuebaoxin into master 2019-12-03 01:04:55 +00:00
3 changed files with 5 additions and 1 deletions
Showing only changes of commit 97ccbcfc70 - Show all commits

BIN
dist.zip Normal file

Binary file not shown.

View File

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

View File

@ -0,0 +1,4 @@
module.exports = {
publicPath: "./"
}