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