Merge branch 'develop' into nice_dev
This commit is contained in:
commit
9fbc60e8b4
1 changed files with 29 additions and 0 deletions
|
|
@ -26,6 +26,35 @@ export default [
|
|||
Role: "insignia",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/insignia/round-proposals",
|
||||
name: "insigniaProposals",
|
||||
component: insigniaProposals,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [7.1],
|
||||
Role: "insignia",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/insignia/round-add",
|
||||
name: "roundAdd",
|
||||
component: roundAdd,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [7.1],
|
||||
Role: "insignia",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/insignia/report",
|
||||
name: "insignia-report",
|
||||
component: ReportView,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [7.1],
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/insignia/result-insignia",
|
||||
name: "result-insignia",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue