diff --git a/src/pages/service_shop/shop_list.vue b/src/pages/service_shop/shop_list.vue index 06b951e9b055e89f8a453f105c7fcaad7343c586..369e9ec8af37a03f8fbc7ad5a5f7d0dc8ddc4ca9 100644 --- a/src/pages/service_shop/shop_list.vue +++ b/src/pages/service_shop/shop_list.vue @@ -55,7 +55,7 @@ export default { case "video_service_list": this.name = "视频服务"; this.urlFilter = "7"; - this.url = ""; + this.url = "/shop/spfwDetail"; this.filterNames = ["", "服务领域", "服务来源组织"]; break; case "perception_service_list": diff --git a/src/pages/service_shop/spfwDetail.vue b/src/pages/service_shop/spfwDetail.vue new file mode 100644 index 0000000000000000000000000000000000000000..363d2489cf311f96e03b454f2af8d0218216f974 --- /dev/null +++ b/src/pages/service_shop/spfwDetail.vue @@ -0,0 +1,210 @@ + + + diff --git a/src/pages/workbench/fwzc_fwcs.vue b/src/pages/workbench/fwzc_fwcs.vue index 7c9dea7537ee48730713015e0bde461894e4bb0f..b7626cf4dee6ec944b0b348d1faa9b1b0838736f 100644 --- a/src/pages/workbench/fwzc_fwcs.vue +++ b/src/pages/workbench/fwzc_fwcs.vue @@ -636,8 +636,9 @@ " class="next_one" @click="nextOne" - >下一步 + 下一步 + @@ -719,20 +720,20 @@ - {{ - is_map == 1 ? "返回智能制图" : "返回Web应用程序" - }} - 服务发布 + + {{ is_map == 1 ? "返回智能制图" : "返回Web应用程序" }} + + + 服务发布 + - 返回流程管理 - 服务发布 + + 返回流程管理 + + + 服务发布 + 上一步 @@ -1428,7 +1429,7 @@ export default { registePt() { this.$refs.form.validate((valid) => { if (valid) { - if (this.activeBtn == 3 && this.jkwds.length == 0) { + if ((this.activeBtn == 2 && this.jkwds.length == 0) || (this.activeBtn == 3 && this.jkwds.length == 0)) { this.$message.error("请上传接口文档"); } else { if (this.cover.length != 0) { @@ -1436,7 +1437,7 @@ export default { if (this.activeBtn == 1 && !this.is_portal) { this.addPortalItem(); } else { - if (this.activeBtn == 0 || this.activeBtn == 3) { + if (this.activeBtn == 0 || this.activeBtn == 2 || this.activeBtn == 3) { contentType = this.sjfwQqt; } else if (this.activeBtn == 4) { if (this.activeZh == "1") { diff --git a/src/router/index.js b/src/router/index.js index ec68d27426d6990fdb0dd643b3d78c935c33e8dd..f3425bee96bb05b40f21762aea45185b11265829 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -338,6 +338,11 @@ export default new Router({ name: "skfwDetail", component: () => import("@/pages/service_shop/skfwDetail"), }, // 服务超市 - 时空服务详情 + { + path: "/shop/spfwDetail/:id", + name: "spfwDetail", + component: () => import("@/pages/service_shop/spfwDetail"), + }, // 服务超市 - 视频服务详情 { path: "/shop/gzfwDetail/:id", name: "sjfwDetail",