《Vue.js前端开发基础与项目实战》• 郑韩京/编著
git clone https://github.com/cwy007/fakezhihu.git
cd fakezhihu
npm install
npm run serve
question 没有 status
// 文章0、问题1、答案2
statuses 表
targetType: {
0: 'article',
1: 'question',
2: 'answer',
3: 'comment'
}
comments 表
targetType 字段
// article:0, question:1, answer: 2, comment:3