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

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",