111
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user