JXDS18FUJT il y a 8 mois
Parent
commit
4e5ba927e3
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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'),
   }
 ];