소스 검색

增加会议记录跳转链接

humingbo 1 년 전
부모
커밋
ebea3a97c1
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/router/index.js

+ 4 - 0
src/router/index.js

@@ -42,6 +42,10 @@ export const constantRoutes = [
     component: () => import('@/views/404'),
     hidden: true
   },
+  {
+    path:'/meeting/weeklyRecords',
+    component:()=>import('@/views/meeting/weeklyRecords')
+  },
   {
     path: '/',
     component: Layout,