This commit is contained in:
hrx 2025-12-10 13:30:08 +08:00
parent 9914ded40a
commit 3f9d89dab5

View File

@ -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);