增加lowdb
parent
9cfa5cb149
commit
66c1129815
21
mock-db.json
21
mock-db.json
|
|
@ -9,8 +9,29 @@
|
||||||
"locationStatus": "正常",
|
"locationStatus": "正常",
|
||||||
"canEdit": true,
|
"canEdit": true,
|
||||||
"canDelete": true
|
"canDelete": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"name": "张伟",
|
||||||
|
"phone": "13812345678",
|
||||||
|
"fullAddress": "北京市朝阳区光华路8号",
|
||||||
|
"isDefault": true,
|
||||||
|
"locationStatus": "正常",
|
||||||
|
"canEdit": true,
|
||||||
|
"canDelete": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"name": "李芳",
|
||||||
|
"phone": "13987654321",
|
||||||
|
"fullAddress": "上海市浦东新区陆家嘴环路100号",
|
||||||
|
"isDefault": false,
|
||||||
|
"locationStatus": "正常",
|
||||||
|
"canEdit": true,
|
||||||
|
"canDelete": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
"products": [],
|
"products": [],
|
||||||
"orders": []
|
"orders": []
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue