diff --git a/epmet-oper-web/src/views/modules/productConfig/homeCustom/homepage.vue b/epmet-oper-web/src/views/modules/productConfig/homeCustom/homepage.vue
index 001f5bc..ddd418b 100644
--- a/epmet-oper-web/src/views/modules/productConfig/homeCustom/homepage.vue
+++ b/epmet-oper-web/src/views/modules/productConfig/homeCustom/homepage.vue
@@ -10,7 +10,7 @@
@click="save">保存
发布
+ @click="handelPublish">发布
({{ wxIndex.customerName }} - )
({{ wxIndex.clientType===1 ? '工作端' : '居民端' }})
@@ -460,7 +460,7 @@ export default {
async publish (componentList) {
const { wxIndex: { clientType, customerId } } = this
- const { data, code, msg } = await requestPost(this.publish, { clientType, customerId, componentList })
+ const { data, code, msg } = await requestPost(this.publishUrl, { clientType, customerId, componentList })
if (code === 0) {
this.lastSavedCptList = cloneDeep(this.cptList)
return this.$message.success('发布成功')