配置文件
parent
532fc8b2dd
commit
af115c45cc
|
@ -9,9 +9,9 @@ var BASE = {
|
||||||
manager: "http://localhost:8887"
|
manager: "http://localhost:8887"
|
||||||
},
|
},
|
||||||
API_PROD: {
|
API_PROD: {
|
||||||
common: "http://192.168.2.110:8890",
|
common: "https://common-api.pickmall.cn",
|
||||||
buyer: "http://192.168.2.110:8888",
|
buyer: "https://buyer-api.pickmall.cn",
|
||||||
seller: "http://192.168.2.110:8889",
|
seller: "https://store-api.pickmall.cn",
|
||||||
manager: "http://192.168.2.110:8887"
|
manager: "https://admin-api.pickmall.cn"
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue