Merge branch 'master' into zyj

This commit is contained in:
2024-06-07 15:16:24 +08:00
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',
})
},
}