main #54

Merged
charles merged 44 commits from main into prod 2025-12-24 11:35:12 +08:00
Showing only changes of commit 3f9d89dab5 - Show all commits

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