See999 5 년 전
부모
커밋
f26cbf68b6
1개의 변경된 파일10개의 추가작업 그리고 6개의 파일을 삭제
  1. 10 6
      src/router/index.js

+ 10 - 6
src/router/index.js 파일 보기

@@ -73,19 +73,19 @@ var _constant_router_map = [
73 73
     component: () =>
74 74
       import("@/scrm_pages/hospitalIntroduction/hospitalIntroduction")
75 75
   },
76
-  
76
+
77 77
   // 科室介绍详情
78 78
   {
79
-    path:"/officeIntroduction",
80
-    component:() =>
81
-    import('@/scrm_pages/officeIntroduction/officeIntroduction')
79
+    path: "/officeIntroduction",
80
+    component: () =>
81
+      import("@/scrm_pages/officeIntroduction/officeIntroduction")
82 82
   },
83 83
 
84 84
   {
85 85
     path: "/medicalTeam",
86 86
     component: () => import("@/scrm_pages/medicalTeam/medicalTeam")
87 87
   },
88
-  
88
+
89 89
   // 名医介绍详情
90 90
 
91 91
   {
@@ -110,9 +110,13 @@ var _constant_router_map = [
110 110
     path: "/apply",
111 111
     component: () => import("@/scrm_pages/apply/apply")
112 112
   },
113
+  {
114
+    path: "/newsDetail",
115
+    component: () => import("@/scrm_pages/newsDetail/newsDetail")
116
+  },
113 117
   {
114 118
     path: "/",
115
-    component: () => import("@/scrm_pages/news/news")
119
+    component: () => import("@/scrm_pages/newsDetail/newsDetail")
116 120
   },
117 121
 
118 122
   // 医院介绍详情路由