Skip to content

cwy007/fakezhihu

Repository files navigation

fakezhihu

book

《Vue.js前端开发基础与项目实战》• 郑韩京/编著

book

本地测试项目

对应的后端项目

git clone https://github.com/cwy007/fakezhihu.git
cd fakezhihu
npm install
npm run serve

项目页面

article

targetType 字段

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

参考