From 5204d23fac7d019f44c3b6eaf83561c0cd6175b2 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期五, 25 七月 2025 11:18:09 +0800 Subject: [PATCH] 订单详情隐藏,审核状态显示替换,会员自动登录密码无法登录问题 --- config/api.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config/api.js b/config/api.js index 79f8add..1e2545a 100644 --- a/config/api.js +++ b/config/api.js @@ -10,7 +10,7 @@ // store: "http://192.168.0.15:8889", // common: "http://192.168.0.113:8890", // buyer: "http://192.168.0.113:8888", - // im: "http://192.168.0.113:8885",s + // im: "http://192.168.0.113:8885", im: "https://myk.9village.cn", common: "https://myk.9village.cn", buyer: "https://myk.9village.cn", -- Gitblit v1.8.0