Browse Source

增加会议记录跳转链接

humingbo 1 year ago
parent
commit
ebea3a97c1
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/router/index.js

+ 4 - 0
src/router/index.js

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