This commit is contained in:
caolc
2023-07-21 10:54:37 +08:00
parent ac31a0cd62
commit a3d8268747
4 changed files with 6 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ export default {
},
checkPersonalAccount (data) {
return request({
url: `/${service_name}/${group_name}/verifyCodeLoginCheckAccountPersonal`,
url: `/xkhl-user/sysCustomerInfo/verifyCodeLoginByDriver`,
method: 'post',
data:data
})

View File

@@ -49,9 +49,9 @@ export default {
// 未登录查询油站
readOnlySites(data) {
return request({
url: `/${service_name}/${group_name}/findNotLoginSiteInfoByPage`,
url: `/xkhl-site/saasSiteInfo/findNotLoginSiteInfoByPage`,
method: 'post',
data: data
data: Object.assign(data,{targetApp:'SAAS'})
})
},
getCheckInfo(data) {