liushengqiang hai 1 ano
pai
achega
cae10f81b4
Modificáronse 1 ficheiros con 24 adicións e 0 borrados
  1. 24 0
      src/router/router-root.ts

+ 24 - 0
src/router/router-root.ts

@@ -119,6 +119,30 @@ export default [
     }
   },
   {
+    path: '/information-list',
+    name: 'information-list',
+    component: () => import('@/views/information'),
+    meta: {
+      title: '资讯列表'
+    }
+  },
+  {
+    path: '/information-detail',
+    name: 'information-detail',
+    component: () => import('@/views/information/information-detail'),
+    meta: {
+      title: '资讯详情'
+    }
+  },
+  {
+    path: '/notice-detail',
+    name: 'notice-detail',
+    component: () => import('@/views/information/notice-detail'),
+    meta: {
+      title: '公告详情'
+    }
+  },
+  {
     path: '/school-register',
     name: 'school-register',
     component: () => import('@/views/school-register/index'),