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',