‘合并

This commit is contained in:
fengtianyangyang
2022-02-23 21:24:18 +08:00
14 changed files with 10332 additions and 8782 deletions

View File

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