This commit is contained in:
xiaozhiyong
2024-05-29 14:12:56 +08:00
parent 17416b9008
commit c872e87349
17 changed files with 1015 additions and 51 deletions

View File

@@ -8,5 +8,11 @@ export default {
method: 'post',
data:data
})
}
},
liekQuery (query) {
return request({
url: `/oil-user/sysCustomerInfo/liekQuery/${query}`,
method: 'get',
})
},
}