From 44086e8bf405fcecb21e2de38fcd4e0ff985e688 Mon Sep 17 00:00:00 2001 From: paulGao Date: Thu, 17 Feb 2022 15:32:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/api/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }); }