Ver código fonte

增加会议记录跳转链接

humingbo 1 ano atrás
pai
commit
ebea3a97c1
1 arquivos alterados com 4 adições e 0 exclusões
  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,