商品详情页分享朋友圈分享好友,以及一些小优化

This commit is contained in:
lemon橪
2021-06-25 19:01:37 +08:00
parent ca1cfb7575
commit 6f162b6d15
7 changed files with 62 additions and 42 deletions

View File

@@ -4,16 +4,16 @@
*/
// 开发环境
const dev = {
// common: "http://192.168.0.100:8890",
// buyer: "http://192.168.0.100:8888",
common: "https://common-api.pickmall.cn",
buyer: "https://buyer-api.pickmall.cn",
// common: 'http://192.168.0.109:8890',
// buyer: 'http://192.168.0.109:8888',
common: "http://192.168.0.100:8890",
buyer: "http://192.168.0.100:8888",
// common: "https://common-api.pickmall.cn",
// buyer: "https://buyer-api.pickmall.cn",
// common: 'http://192.168.0.109:8890',
// buyer: 'http://192.168.0.109:8888',
};
// 生产环境
const prod = {
// common: 'http://192.168.0.109:8890',
const prod = {
// common: 'http://192.168.0.109:8890',
// buyer: 'http://192.168.0.109:8888',
common: "https://common-api.pickmall.cn",
buyer: "https://buyer-api.pickmall.cn",