feat(web): add skills menu
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
{ "path": "/pricing", "element": "Pricing" },
|
||||
{ "path": "/order-pay", "element": "OrderPayment" },
|
||||
{ "path": "/orders", "element": "OrderHistory" },
|
||||
{ "path": "/skills", "element": "Skills" },
|
||||
{ "path": "/no-permission", "element": "NoPermission" }
|
||||
]
|
||||
},
|
||||
@@ -50,6 +51,13 @@
|
||||
{ "path": "/ontology/:id", "element": "OntologyDetail" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"element": "BasicAuthLayout",
|
||||
"children": [
|
||||
{ "path": "/skills/add", "element": "SkillConfig" },
|
||||
{ "path": "/skills/config/:id", "element": "SkillConfig" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"element": "NoAuthLayout",
|
||||
"children": [
|
||||
|
||||
Reference in New Issue
Block a user