适配api

This commit is contained in:
paulGao
2022-02-14 14:21:37 +08:00
parent acff55dc65
commit 228935034d
5 changed files with 15 additions and 11 deletions

View File

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