Merge branch 'develop' into nice_dev

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-07-17 16:13:25 +07:00
commit 9fbc60e8b4

View file

@ -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",