mock.js 105 B

1234
  1. var Mock = require('mockjs')
  2. Mock.mock('/getNewsList', () => {
  3. return [1, 12, 3, 5, 4, 45, 'nihao'];
  4. })