no message
Former-commit-id: b16036f43f7da9accf820e4031c19920cd39d633 Former-commit-id: 102be84cd34388e4047b05bf90ab3bd7f71eb2e9 Former-commit-id: b3c28fcd34cf2ee63f07198a05d23acc67e4a93a
This commit is contained in:
8
src/mock/index.js
Normal file
8
src/mock/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import Mock from 'mockjs'
|
||||
|
||||
Mock.mock('/abc', {
|
||||
'list|1-10': [{
|
||||
'id|+1': 1,
|
||||
'email': '@EMAIL'
|
||||
}]
|
||||
})
|
||||
Reference in New Issue
Block a user