Handy_Cao 2 lat temu
rodzic
commit
975c86b4bb

+ 11 - 0
src/packages/gcszt/router/index.ts

@@ -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: [

+ 11 - 0
src/packages/gstj/router/index.ts

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

+ 11 - 0
src/packages/qdhs/router/index.ts

@@ -120,6 +120,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: [

+ 11 - 0
src/packages/qxst/router/index.ts

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

+ 11 - 0
src/packages/tjmd/router/index.ts

@@ -127,6 +127,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: [

+ 11 - 0
src/packages/zrwyt/router/index.ts

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