guhongwei 4 rokov pred
rodič
commit
af0782e6a8
1 zmenil súbory, kde vykonal 6 pridanie a 0 odobranie
  1. 6 0
      src/router/index.js

+ 6 - 0
src/router/index.js

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