guhongwei hace 4 años
padre
commit
d1672f422a
Se han modificado 1 ficheros con 13 adiciones y 1 borrados
  1. 13 1
      src/router/index.js

+ 13 - 1
src/router/index.js

@@ -19,7 +19,6 @@ const routes = [
     meta: { title: '直播大厅', isleftarrow: true },
     component: () => import('../views/live/index.vue'),
   },
-  // 直播详情
   {
     path: '/live/detail',
     name: 'live_detail',
@@ -45,6 +44,19 @@ const routes = [
     meta: { title: '专家详情', isleftarrow: true },
     component: () => import('../views/market/exportDetail.vue'),
   },
+  // 创新服务
+  {
+    path: '/service/index',
+    name: 'service_index',
+    meta: { title: '创新服务', isleftarrow: true },
+    component: () => import('../views/service/index.vue'),
+  },
+  {
+    path: '/service/detail',
+    name: 'service_detail',
+    meta: { title: '创新服务', isleftarrow: true },
+    component: () => import('../views/service/detail.vue'),
+  },
   // // 绑定
   // {
   //   path: '/bind',