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

+ 6 - 0
src/router/index.js

@@ -52,6 +52,12 @@ const routes = [
     meta: { title: '管理登陆', isleftarrow: false },
     component: () => import('../views/login.vue'),
   },
+  // 运行动态
+  {
+    path: '/monitor/index',
+    meta: { title: '运行动态', isleftarrow: false },
+    component: () => import('../views/monitor/index.vue'),
+  },
   // 科研文章
   {
     path: '/refute/index',