中秋更新

This commit is contained in:
caolc
2022-09-09 14:53:48 +08:00
parent a59bf23fd7
commit 26b9d6fe85
18 changed files with 388 additions and 275 deletions

View File

@@ -10,6 +10,13 @@ export default {
data:data
})
},
gunList(data){
return request({
url: `/oil-site/xoilSiteGun/gunList`,
method:'post',
data:data
})
},
plateNumberRecognition(data) { //车牌图文识别
return request({
url: `/${service_name}/oilSiteAppInfo/plateNumberRecognition`,