This commit is contained in:
chc
2022-12-27 14:17:00 +08:00
parent 6baf1534c1
commit 5e38247ce8
15 changed files with 6858 additions and 27 deletions

View File

@@ -4,8 +4,12 @@
*/
// 开发环境
const 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:8898",
im: "http://192.168.0.113:8885",
// common: "https://common-api.pickmall.cn",
// buyer: "https://buyer-api.pickmall.cn",
};
// 生产环境
const prod = {
@@ -28,6 +32,7 @@ api = prod;
api.buyer += "/buyer";
api.common += "/common";
api.im += "/im";
export default {
...api,
};