mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2026-08-06 02:47:25 +08:00
登录页错误配置,导致无法登陆
This commit is contained in:
@@ -194,7 +194,7 @@ function getCode() {
|
||||
storage.setUuid(uuid.v1())
|
||||
}
|
||||
uni.request({
|
||||
url: api.common + '/common/slider/' + props.business,
|
||||
url: api.buyer + '/common/slider/' + props.business,
|
||||
header: {
|
||||
uuid: storage.getUuid()
|
||||
},
|
||||
@@ -229,7 +229,7 @@ function end() {
|
||||
uni.request({
|
||||
method: 'POST',
|
||||
url:
|
||||
api.common +
|
||||
api.buyer +
|
||||
'/common/slider/' +
|
||||
props.business +
|
||||
'?xPos=' +
|
||||
|
||||
Reference in New Issue
Block a user