diff --git a/src/components/service-info/service-info.vue b/src/components/service-info/service-info.vue index 58a5bb45a7b0d64b71218e3835705f9eb6e9bd33..366f59ea909a858045ef69cf7ab29f9c3bff8f4e 100644 --- a/src/components/service-info/service-info.vue +++ b/src/components/service-info/service-info.vue @@ -156,7 +156,7 @@ export default { duration: this.duration, // 申请时长 spec_id: this.specification.id, // 当为服务时,为服务规格 当为应用时 这里是部署方式的规格 1 部署 2开发 duration_method: this.type, // 计时方式 按年 按月 - is_subscribe: 1, // 是否订阅 + is_subscribe: 0, // 是否订阅 }) .then(({ data }) => { if (data.success == 1) {