换请求方式

This commit is contained in:
2025-09-26 13:10:38 +08:00
parent 817a0f1e84
commit f03f323a6f

View File

@ -323,6 +323,7 @@ export function jumpPage(data){
return request({
url:'/supplierAppV2/dispatchApp/user/jumpPage',
method:'POST',
contentType:'application/json',
data
})
}