zhanbo.xu

feat: 修改接口

......@@ -188,7 +188,7 @@ export function updateCustomerData(data) {
// /portInfo
export function getPortInfo(data) {
return request({
url: "/bus-customer/portInfo",
url: "/bus-customer/portInfo/getAllPort",
method: "get",
data: data,
});
......