配置文件

master
chc 2022-10-25 17:32:09 +08:00
parent 532fc8b2dd
commit af115c45cc
1 changed files with 4 additions and 4 deletions

View File

@ -9,9 +9,9 @@ var BASE = {
manager: "http://localhost:8887"
},
API_PROD: {
common: "http://192.168.2.110:8890",
buyer: "http://192.168.2.110:8888",
seller: "http://192.168.2.110:8889",
manager: "http://192.168.2.110:8887"
common: "https://common-api.pickmall.cn",
buyer: "https://buyer-api.pickmall.cn",
seller: "https://store-api.pickmall.cn",
manager: "https://admin-api.pickmall.cn"
},
};