diff --git a/src/components/service-tabs.vue b/src/components/service-tabs.vue index 844706c80d883197090d752a35b8ec30ea45eb00..05bbab4dc4e0b4dc69e6b7e51cc725a207395efb 100644 --- a/src/components/service-tabs.vue +++ b/src/components/service-tabs.vue @@ -5,25 +5,25 @@ v-model="tabName" :stretch="true" > - + - + - + - + "服务详情信息", + }, + specificationTitle: { + type: String, + default: () => "规格定价", + }, + providerTitle: { + type: String, + default: () => "提供机构", + }, + commentsTitle: { + type: String, + default: () => "服务评价信息", + }, detailUrl: { type: String, default: () => "", diff --git a/src/pages/yysdDetail.vue b/src/pages/yysdDetail.vue index 808a3b93a7bb8d75217f07bd09811b7593f1f2de..68e18ae3f174b8956d77e188a0f1a29d7b7a1c16 100644 --- a/src/pages/yysdDetail.vue +++ b/src/pages/yysdDetail.vue @@ -14,6 +14,8 @@ detail-url="yysd" provider-url="yysd" comments-url="yysd" + detail-title="应用详情信息" + comments-title="应用评价信息" > diff --git a/src/router/index.js b/src/router/index.js index 5ca99c505e331db1156e15603c9a43bb2ca5a002..bc47553f6f8d4ed640d982fd1ec804dc1712a578 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -114,22 +114,22 @@ export default new Router({ ], }, { - path: "/sjfwDetail", + path: "/sjfwDetail/:id", name: "sjfwDetail", component: () => import("@/pages/sjfwDetail"), }, // 数据服务详情 { - path: "/skfwDetail", + path: "/skfwDetail/:id", name: "skfwDetail", component: () => import("@/pages/skfwDetail"), }, // 时空服务详情 { - path: "/zhyyfwDetail", + path: "/zhyyfwDetail/:id", name: "zhyyfwDetail", component: () => import("@/pages/zhyyfwDetail"), }, // 综合应用服务详情 { - path: "/yysdDetail", + path: "/yysdDetail/:id", name: "yysdDetail", component: () => import("@/pages/yysdDetail"), }, // 应用详情