diff --git a/f/web-kboss/src/views/H5/cloud/index.vue b/f/web-kboss/src/views/H5/cloud/index.vue index 789d3c3..b4a6206 100644 --- a/f/web-kboss/src/views/H5/cloud/index.vue +++ b/f/web-kboss/src/views/H5/cloud/index.vue @@ -61,7 +61,7 @@ export default { }, methods: { async getCloudData() { - const res = await reqNavList() + const res = await reqNavList({ url_link: window.location.href }) if (res.status == true) { this.cloudData = res.data.product_service[0] console.log(this.cloudData);