lrf402788946 4 năm trước cách đây
mục cha
commit
041c5b7f60
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 12 0
      src/router/index.js

+ 12 - 0
src/router/index.js

@@ -215,6 +215,12 @@ const system = [
     meta: { title: '系统邮箱设置' },
     component: () => import('@/views/setting/system-setting.vue'),
   },
+  {
+    path: '/menu',
+    name: 'setting',
+    meta: { title: '系统菜单' },
+    component: () => import('@/views/menu/index.vue'),
+  },
 ];
 const newPlan = [
   {
@@ -569,6 +575,12 @@ const routes = [
         meta: { title: '学生作业详情' },
         component: () => import('@/views/task/taskDetail.vue'),
       },
+      {
+        path: '/mission/index',
+        name: 'mission_index',
+        meta: { title: '待办事项' },
+        component: () => import('@/views/mission/index.vue'),
+      },
     ],
   },
   {