updata
This commit is contained in:
parent
9914ded40a
commit
3f9d89dab5
@ -61,7 +61,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async getCloudData() {
|
async getCloudData() {
|
||||||
const res = await reqNavList()
|
const res = await reqNavList({ url_link: window.location.href })
|
||||||
if (res.status == true) {
|
if (res.status == true) {
|
||||||
this.cloudData = res.data.product_service[0]
|
this.cloudData = res.data.product_service[0]
|
||||||
console.log(this.cloudData);
|
console.log(this.cloudData);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user