فهرست منبع

增加会议记录跳转链接

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,