批发商品部分

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请求基础路径 * @description api请求基础路径
*/ */
API_DEV: { API_DEV: {
common: "http://192.168.0.106:8890", common: "https://common-api.pickmall.cn",
buyer: "http://192.168.0.106:8888", buyer: "https://buyer-api.pickmall.cn",
seller: "https://store-api.pickmall.cn", seller: "https://store-api.pickmall.cn",
manager: "https://admin-api.pickmall.cn" manager: "https://admin-api.pickmall.cn"
}, },