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'),
   }
 ];