Browse Source

极速驾培的h5支付1

JXDS18FUJT 10 tháng trước cách đây
mục cha
commit
0076407613
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      src/router/index.ts

+ 5 - 0
src/router/index.ts

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