diff --git a/data/log.json b/data/log.json index f0f532f..8f7991b 100644 --- a/data/log.json +++ b/data/log.json @@ -8,9 +8,9 @@ "url": "http://ok-admin.xlbweb.cn", "method": "GET", "ip": "127.0.0.1", - "timeConsuming": 100, - "status": true, - "operator": "admin", + "timeConsuming": 100, + "status": true, + "operator": "admin", "operatingTime": "2019-05-15 12:08:08" } ] diff --git a/data/permission-tree.json b/data/permission-tree.json index cc98dcd..aaf23c6 100644 --- a/data/permission-tree.json +++ b/data/permission-tree.json @@ -1,11 +1,12 @@ { "status": 1000, "msg": "查询成功", - "data": [{ - "id": "1", - "name": "根目录", - "isParent": true - }, + "data": [ + { + "id": "1", + "name": "根目录", + "isParent": true + }, { "id": "2", "name": "会员管理", @@ -85,5 +86,4 @@ "parentId": "11" } ] - }