JXDS18FUJT 8 months ago
parent
commit
4e5ba927e3
1 changed files with 5 additions and 0 deletions
  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'),
   }
 ];