111
This commit is contained in:
@@ -52,10 +52,10 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="cu-form-group text-sm">
|
<view class="cu-form-group text-sm">
|
||||||
<view class="" v-if="showRandom" >
|
<view class="" v-show="showRandom" @tap="accuntSourceSelect">
|
||||||
当前为验证码登录
|
当前为验证码登录
|
||||||
</view>
|
</view>
|
||||||
<view class="" v-else >
|
<view class="" v-show="!showRandom" @tap="accuntSourceSelect">
|
||||||
当前为密码登录
|
当前为密码登录
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ export default {
|
|||||||
},
|
},
|
||||||
checkPersonalAccount (data) {
|
checkPersonalAccount (data) {
|
||||||
return request({
|
return request({
|
||||||
url: `/${service_name}/${group_name}/verifyCodeLoginCheckAccountPersonal`,
|
url: `/xkhl-user/sysCustomerInfo/verifyCodeLoginByDriver`,
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data:data
|
data:data
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -49,9 +49,9 @@ export default {
|
|||||||
// 未登录查询油站
|
// 未登录查询油站
|
||||||
readOnlySites(data) {
|
readOnlySites(data) {
|
||||||
return request({
|
return request({
|
||||||
url: `/${service_name}/${group_name}/findNotLoginSiteInfoByPage`,
|
url: `/xkhl-site/saasSiteInfo/findNotLoginSiteInfoByPage`,
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: data
|
data: Object.assign(data,{targetApp:'SAAS'})
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
getCheckInfo(data) {
|
getCheckInfo(data) {
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ const env = 'production'/* */
|
|||||||
const testUrl = 'http://192.168.0.26:38080'
|
const testUrl = 'http://192.168.0.26:38080'
|
||||||
// const productUrl = 'http://121.196.213.68/adminapi' //预生产
|
// const productUrl = 'http://121.196.213.68/adminapi' //预生产
|
||||||
|
|
||||||
const productUrl = 'http://119.177.60.118:8000/adminapi' // 生产,加密 new
|
const productUrl = 'http://uat.xingoil.com/adminapi' // 生产,加密 new
|
||||||
// const productUrl = 'http://uat.xingoil.com/adminapi' // 生产,加密 new
|
// const productUrl = 'http://uat.xingoil.com/adminapi' // 生产,加密 new
|
||||||
const service = axios.create({
|
const service = axios.create({
|
||||||
baseURL: env == 'production' ? productUrl : testUrl,
|
baseURL: env == 'production' ? productUrl : testUrl,
|
||||||
|
|||||||
Reference in New Issue
Block a user