源码来源
https://github.com/bailichen/vue-weixin.git
npm instatll
npm run dev
一套走下来。。有报错。。拉取图片失败。这个要换成本地头像..
路由被默认定位在:dialogue.vue中 此页为微信首页(对话列表页) 只用下面这样写就行了
{path: '', redirect: '/dialogue'}, //地址为空时跳转dialogue页面
{path: '/dialogue', component: dialogue, },//对话列表页
先引入headTop 在标签中使用此组件时,需定义成 <head-top></head-top>