diff --git a/mock-db.json b/mock-db.json index c5000e3..ae42f43 100644 --- a/mock-db.json +++ b/mock-db.json @@ -9,8 +9,29 @@ "locationStatus": "正常", "canEdit": 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": [], "orders": [] } \ No newline at end of file