@@ -125,6 +125,17 @@ const routes: Array<RouteRecordRaw> = [
],
},
{
+ path: '/report',
+ component: Page,
+ children: [
+ {
+ path: '',
+ name: 'report',
+ component: () => import('@mobile//views/report/index.vue'),
+ }
+ ]
+ },
path: '/news',
component: Page,
children: [
@@ -272,6 +272,17 @@ const routes: Array<RouteRecordRaw> = [
path: '/rules',
@@ -120,6 +120,17 @@ const routes: Array<RouteRecordRaw> = [
@@ -104,6 +104,17 @@ const routes: Array<RouteRecordRaw> = [
path: '/account',
@@ -127,6 +127,17 @@ const routes: Array<RouteRecordRaw> = [
@@ -115,6 +115,17 @@ const routes: Array<RouteRecordRaw> = [