mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2026-09-20 20:02:02 +08:00
chore(api): update buyer API URL for development environment
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
*/
|
*/
|
||||||
// 开发环境
|
// 开发环境
|
||||||
const dev = {
|
const dev = {
|
||||||
buyer: "http://127.0.0.1:8888",
|
buyer: "https://buyer-api.pickmall.cn",
|
||||||
im: "https://im-api.pickmall.cn",
|
im: "https://im-api.pickmall.cn",
|
||||||
mqtt: "wss://lilishop-mqtt-pull.dllll.xyz/mqtt",
|
mqtt: "wss://lilishop-mqtt-pull.dllll.xyz/mqtt",
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user