From 0b649e3f5ba2fd7b7e7c2bca0f781d4b2f9ee577 Mon Sep 17 00:00:00 2001 From: paulGao Date: Thu, 24 Mar 2022 16:02:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dapp=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/message.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/message.js b/api/message.js index bd949b9..c6e7dd8 100644 --- a/api/message.js +++ b/api/message.js @@ -73,7 +73,7 @@ export function getLogisticsMessages(params) { */ export function getAppVersion(appType) { return http.request({ - url: `/appVersion/${appType}`, + url: `/other/appVersion/${appType}`, method: Method.GET, type:"manager" }); @@ -86,7 +86,7 @@ export function getLogisticsMessages(params) { */ export function getAppVersionList(type,data) { return http.request({ - url: `/appVersion/appVersion/${type}`, + url: `/other/appVersion/appVersion/${type}`, method: Method.GET, type:"manager", data