This commit is contained in:
chc
2023-01-09 19:03:29 +08:00
parent 7ff13babaa
commit d2ff0b1ea1
4 changed files with 5 additions and 49 deletions

View File

@@ -4,15 +4,13 @@
*/
// 开发环境
const dev = {
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",
im: "https://im-api.pickmall.cn",
common: "https://common-api.pickmall.cn",
buyer: "https://buyer-api.pickmall.cn",
};
// 生产环境
const prod = {
im: "https://im-api.pickmall.cn",
common: "https://common-api.pickmall.cn",
buyer: "https://buyer-api.pickmall.cn",
};