Merge branch 'xuebaoxin' of pplokijuhyg/falvpingtai into master

This commit is contained in:
pplokijuhyg 2019-12-03 09:04:55 +08:00
commit 91076df49d
4 changed files with 6 additions and 2 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: `/`
path: '/'
});
});
}

View File

@ -18,7 +18,7 @@ import sign from "./sign"
import ArticleDetail from "./articledetail.vue"
Vue.use(Router)
const router=new Router({
mode:'history',
mode:'hash',
routes: [
{
path: '/articledetail',

View File

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