批发商品部分

master
lemon橪 2022-05-27 18:20:42 +08:00
parent 8a7f9b2487
commit 160658cfb6
1 changed files with 2 additions and 2 deletions

View File

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