diff --git a/data/permission/tree.json b/data/permission/tree.json index db4f9da..b167661 100644 --- a/data/permission/tree.json +++ b/data/permission/tree.json @@ -1,14 +1,23 @@ -[{ - "title": "江西" - ,"children": [{ - "title": "南昌" - ,"children": [{ - "title": "高新区" - }] - }] - },{ - "title": "陕西" - ,"children": [{ - "title": "西安" - }] - }] \ No newline at end of file +[ + { + "title": "江西", + "children": [ + { + "title": "南昌", + "children": [ + { + "title": "高新区" + } + ] + } + ] + }, + { + "title": "陕西", + "children": [ + { + "title": "西安" + } + ] + } +] diff --git a/pages/role/role-add.html b/pages/role/role-add.html index 870c14b..62d5b1a 100644 --- a/pages/role/role-add.html +++ b/pages/role/role-add.html @@ -5,7 +5,6 @@