Merge branch 'master' of http://git.luyuan.tk/pplokijuhyg/falvpingtai into zhengjie

This commit is contained in:
asd
2019-12-03 09:41:26 +08:00
4 changed files with 6 additions and 2 deletions

View File

@@ -150,7 +150,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',