JXDS18FUJT 8 月之前
父节点
当前提交
4e5ba927e3
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/router/index.ts

+ 5 - 0
src/router/index.ts

@@ -51,6 +51,11 @@ const routes: RouteRecordRaw[] = [
     path: '/yeNing',
     name: 'yeNing',
     component: () => import('../views/yeNing/index.vue'),
+  },
+  {
+    path: '/yeNingKC',
+    name: 'yeNingKC',
+    component: () => import('../views/yeNingKC/index.vue'),
   }
 ];