|
@@ -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
|
// 医院介绍详情路由
|