Merge branch 'nice_dev' into develop

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-07-17 16:01:09 +07:00
commit 9d3e90e9b2
3 changed files with 28 additions and 24 deletions

View file

@ -26,15 +26,6 @@ export default [
Role: "insignia",
},
},
{
path: "/insignia/report",
name: "insignia-report",
component: ReportView,
meta: {
Auth: true,
Key: [7.1],
},
},
{
path: "/insignia/result-insignia",
name: "result-insignia",
@ -45,16 +36,6 @@ export default [
Role: "insignia",
},
},
{
path: "/insignia/report/report-01",
name: "insignia-report-report-01",
component: report_01,
meta: {
Auth: true,
Key: [7.1],
Role: "insignia",
},
},
{
path: "/insignia/coin",
name: "coin",
@ -65,4 +46,24 @@ export default [
Role: "insignia",
},
},
{
path: "/insignia/report",
name: "insignia-report",
component: ReportView,
meta: {
Auth: true,
Key: [7],
Role: "insignia",
},
},
{
path: "/insignia/report/report-01",
name: "report-report-01",
component: report_01,
meta: {
Auth: true,
Key: [7],
Role: "insignia",
},
},
];