隐私协议菜单,店铺详情店铺详情非空判断,自定义logo

This commit is contained in:
mhhhh
2022-05-17 09:19:36 +08:00
parent 727d240715
commit 3cd57a6915
15 changed files with 531 additions and 139 deletions

View File

@@ -6,7 +6,11 @@ var BASE = {
common: "https://common-api.pickmall.cn",
buyer: "https://buyer-api.pickmall.cn",
seller: "https://store-api.pickmall.cn",
manager: "https://admin-api.pickmall.cn"
manager: "https://admin-api.pickmall.cn",
// manager: "http://192.168.0.120:8887",
// common: "http://192.168.0.120:8890",
},
API_PROD: {
common: "https://common-api.pickmall.cn",