no message

Former-commit-id: b16036f43f7da9accf820e4031c19920cd39d633
Former-commit-id: 102be84cd34388e4047b05bf90ab3bd7f71eb2e9
Former-commit-id: b3c28fcd34cf2ee63f07198a05d23acc67e4a93a
This commit is contained in:
李杨
2018-01-15 19:00:38 +08:00
parent 0ada98e57b
commit ed08c6bf8a
3 changed files with 51 additions and 2 deletions

8
src/mock/index.js Normal file
View File

@@ -0,0 +1,8 @@
import Mock from 'mockjs'
Mock.mock('/abc', {
'list|1-10': [{
'id|+1': 1,
'email': '@EMAIL'
}]
})