前端问题处理

This commit is contained in:
17600048398
2023-03-09 18:16:10 +08:00
parent 7d0b3c6908
commit f4ddeaa5c5
7 changed files with 90 additions and 22 deletions

View File

@@ -38,7 +38,7 @@ export const getCheckedOn = params =>{
//获取物流设置
export const getLogisticsSetting = () =>{
return getRequest(`/other/logistics/setting`);
return getRequest(`/other/logistics`);
}
export const getShunFengFaceSheet = (url,headers) =>{