fix: rollback deleted routes to redirect to Lilium
gitea/salix/pipeline/pr-master There was a failure building this commit
Details
gitea/salix/pipeline/pr-master There was a failure building this commit
Details
This commit is contained in:
parent
dfe5735903
commit
e9aae88ba2
|
@ -6,7 +6,7 @@
|
|||
"dependencies": [],
|
||||
"menus": {
|
||||
"main": [
|
||||
{"state": "account.index", "icon": "face"},
|
||||
{"state": "account.index", "icon": "face"}
|
||||
]
|
||||
},
|
||||
"keybindings": [
|
||||
|
@ -25,6 +25,22 @@
|
|||
"state": "account.index",
|
||||
"component": "vn-user-index",
|
||||
"description": "Users"
|
||||
},
|
||||
{
|
||||
"url": "/:id",
|
||||
"state": "account.card",
|
||||
"component": "vn-user-card",
|
||||
"abstract": true,
|
||||
"description": "Detail"
|
||||
},
|
||||
{
|
||||
"url": "/summary",
|
||||
"state": "account.card.summary",
|
||||
"component": "vn-user-summary",
|
||||
"description": "Summary",
|
||||
"params": {
|
||||
"user": "$ctrl.user"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue