This commit is contained in:
pplokijuhyg 2019-12-02 09:27:42 +08:00
parent 1d77921732
commit 97ccbcfc70
3 changed files with 5 additions and 1 deletions

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: "./"
}