master
chc 2022-12-28 09:22:05 +08:00
parent 34165127f0
commit a92c213b64
6 changed files with 16 additions and 12 deletions

View File

@ -4,7 +4,7 @@ var BASE = {
*/
API_DEV: {
common: "http://192.168.0.113:8890",
buyer: "http://192.168.0.113:8888",
buyer: "http://192.168.0.113:8898",
seller: "https://store-api.pickmall.cn",
manager: "https://admin-api.pickmall.cn"
},

View File

@ -98,7 +98,11 @@ export default {
"?token=" +
accessToken +
"&id=" +
this.goodsMsg.data.storeId
this.goodsMsg.data.storeId +
"&goodsId=" +
this.goodsMsg.data.goodsId +
"&skuId=" +
this.goodsMsg.data.id
);
},
// im

2
im

@ -1 +1 @@
Subproject commit 9cecda49366e1f472aceeb5fa4ae5e6f87c19c21
Subproject commit 3a179ad310ad086b589b7628367ae1f6344a683a

View File

@ -3,10 +3,10 @@ var BASE = {
* @description api请求基础路径
*/
API_DEV: {
common: "https://common-api.pickmall.cn",
buyer: "https://buyer-api.pickmall.cn",
seller: "https://store-api.pickmall.cn",
manager: "https://admin-api.pickmall.cn"
common: "http://192.168.0.113:8890",
buyer: "http://192.168.0.113:8888",
seller: "http://192.168.0.113:8889",
manager: "http://192.168.0.113:8887"
},
API_PROD: {
common: "https://common-api.pickmall.cn",

View File

@ -3,10 +3,10 @@ var BASE = {
* @description api请求基础路径
*/
API_DEV: {
common: "https://common-api.pickmall.cn",
buyer: "https://buyer-api.pickmall.cn",
seller: "https://store-api.pickmall.cn",
manager: "https://admin-api.pickmall.cn"
common: "http://192.168.0.113:8890",
buyer: "http://192.168.0.113:8888",
seller: "http://192.168.0.113:8889",
manager: "http://192.168.0.113:8887"
},
API_PROD: {
common: "https://common-api.pickmall.cn",

View File

@ -254,7 +254,7 @@ export default {
this.$Message.error("请登录后再联系客服");
return;
}
window.open(this.IMLink + "?token=" + accessToken);
window.open(" http://192.168.0.113:8000?token=" + accessToken);
},
// im