This commit is contained in:
chc
2022-11-22 17:17:37 +08:00
parent 69c2c4c5c2
commit 830154371a
8 changed files with 442 additions and 237 deletions

View File

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