diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index c2a8278..6d78487 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -1,11 +1,11 @@ [ { "id": 1001001001, - "pid": "/backend", + "pid": "/", "type": 2, "subtype": 1, "name": "BusinessExpenses", - "uri": "?{?}", + "uri": "{/prefix}?{?}", "target": "self", "icon": null, "order": 40, @@ -15,11 +15,11 @@ "children": [ { "id": 1001002001, - "pid": "/backend", + "pid": "/", "type": 2, "subtype": 1, "name": "List", - "uri": "?{?}", + "uri": "{/prefix}?{?}", "target": "self", "icon": null, "order": 40, diff --git a/info.json b/info.json index 840ea1f..43d1f15 100644 --- a/info.json +++ b/info.json @@ -25,7 +25,7 @@ "load": [ { "pid": [ - "/backend" + "/" ], "type": 5, "from": "BusinessExpenses",