打包
This commit is contained in:
parent
1d77921732
commit
97ccbcfc70
@ -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: '/'
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
module.exports = {
|
||||||
|
publicPath: "./"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user