im商家接口问题
parent
5d16a7a80e
commit
c130597e95
|
@ -3,8 +3,12 @@ var BASE = {
|
||||||
* @description api请求基础路径
|
* @description api请求基础路径
|
||||||
*/
|
*/
|
||||||
API_DEV: {
|
API_DEV: {
|
||||||
common: "http://192.168.0.113:8890",
|
// common: "http://192.168.0.113:8890",
|
||||||
buyer: "http://192.168.0.113:8898",
|
// buyer: "http://192.168.0.113:8898",
|
||||||
|
// seller: "https://store-api.pickmall.cn",
|
||||||
|
// manager: "https://admin-api.pickmall.cn"
|
||||||
|
common: "https://common-api.pickmall.cn",
|
||||||
|
buyer: "https://buyer-api.pickmall.cn",
|
||||||
seller: "https://store-api.pickmall.cn",
|
seller: "https://store-api.pickmall.cn",
|
||||||
manager: "https://admin-api.pickmall.cn"
|
manager: "https://admin-api.pickmall.cn"
|
||||||
},
|
},
|
||||||
|
|
|
@ -77,7 +77,7 @@ export default {
|
||||||
this.getMemberDetail()
|
this.getMemberDetail()
|
||||||
}
|
}
|
||||||
this.getFootPrint()
|
this.getFootPrint()
|
||||||
if (this.goodsParams) {
|
if (this.goodsParams && this.toUser.storeFlag == true) {
|
||||||
this.getGoodsDetail()
|
this.getGoodsDetail()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -7,6 +7,11 @@ var BASE = {
|
||||||
buyer: "https://buyer-api.pickmall.cn",
|
buyer: "https://buyer-api.pickmall.cn",
|
||||||
seller: "https://store-api.pickmall.cn",
|
seller: "https://store-api.pickmall.cn",
|
||||||
manager: "https://admin-api.pickmall.cn"
|
manager: "https://admin-api.pickmall.cn"
|
||||||
|
|
||||||
|
// common: "http://192.168.0.113:8890",
|
||||||
|
// buyer: "http://192.168.0.113:8898",
|
||||||
|
// seller: "http://192.168.0.113:8889",
|
||||||
|
// manager: "https://admin-api.pickmall.cn"
|
||||||
},
|
},
|
||||||
API_PROD: {
|
API_PROD: {
|
||||||
common: "https://common-api.pickmall.cn",
|
common: "https://common-api.pickmall.cn",
|
||||||
|
|
Loading…
Reference in New Issue