修复app更新接口错误问题

This commit is contained in:
paulGao
2022-03-24 16:02:31 +08:00
parent c756223363
commit 0b649e3f5b

View File

@@ -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