diff --git a/buyer/src/api/common.js b/buyer/src/api/common.js index a508640f..e8b4fa84 100644 --- a/buyer/src/api/common.js +++ b/buyer/src/api/common.js @@ -88,7 +88,7 @@ export function articleDetail (id) { // 获取IM接口前缀 export function getIMDetail () { return request({ - url: `${commonUrl}/common/IM`, + url: `${commonUrl}/common/common/IM`, method: Method.GET }); }