var Mock = require('mockjs') var data = Mock.mock({ 'list|1-10': [{ 'id|+1': 1 }] }) export { data };