-
+
@@ -16,7 +16,7 @@
-
+
@@ -25,7 +25,7 @@
-
+
diff --git a/src/modules/07_insignia/router.ts b/src/modules/07_insignia/router.ts
index 5ffcbaecc..8bb9edd60 100644
--- a/src/modules/07_insignia/router.ts
+++ b/src/modules/07_insignia/router.ts
@@ -20,15 +20,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",
@@ -39,16 +30,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",
@@ -59,4 +40,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",
+ },
+ },
];