See999 5 years ago
parent
commit
f26cbf68b6
1 changed files with 10 additions and 6 deletions
  1. 10 6
      src/router/index.js

+ 10 - 6
src/router/index.js View File

73
     component: () =>
73
     component: () =>
74
       import("@/scrm_pages/hospitalIntroduction/hospitalIntroduction")
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
     path: "/medicalTeam",
85
     path: "/medicalTeam",
86
     component: () => import("@/scrm_pages/medicalTeam/medicalTeam")
86
     component: () => import("@/scrm_pages/medicalTeam/medicalTeam")
87
   },
87
   },
88
-  
88
+
89
   // 名医介绍详情
89
   // 名医介绍详情
90
 
90
 
91
   {
91
   {
110
     path: "/apply",
110
     path: "/apply",
111
     component: () => import("@/scrm_pages/apply/apply")
111
     component: () => import("@/scrm_pages/apply/apply")
112
   },
112
   },
113
+  {
114
+    path: "/newsDetail",
115
+    component: () => import("@/scrm_pages/newsDetail/newsDetail")
116
+  },
113
   {
117
   {
114
     path: "/",
118
     path: "/",
115
-    component: () => import("@/scrm_pages/news/news")
119
+    component: () => import("@/scrm_pages/newsDetail/newsDetail")
116
   },
120
   },
117
 
121
 
118
   // 医院介绍详情路由
122
   // 医院介绍详情路由