修改登录可能会出现的bug

This commit is contained in:
lemon橪
2022-02-28 21:12:00 +08:00
parent 08fffade74
commit 63211457e4
3 changed files with 6 additions and 7 deletions

View File

@@ -4,11 +4,9 @@
*/
// 开发环境
const dev = {
// common: "https://common-api.pickmall.cn",
// buyer: "https://buyer-api.pickmall.cn",
common: "http://192.168.111:8890",
buyer: "http://192.168.111:8888",
common: "https://common-api.pickmall.cn",
buyer: "https://buyer-api.pickmall.cn",
};
// 生产环境