移出潘宅计算器

This commit is contained in:
唐明明
2023-06-21 09:30:46 +08:00
parent e112acefec
commit 47878384e8
15 changed files with 306 additions and 123 deletions

View File

@@ -180,6 +180,13 @@ const createCity = (data) =>{
})
}
// 盘债计算器
const debtUrl = () => {
return request({
url: "debt/url"
})
}
export {
relations,
code,
@@ -201,5 +208,6 @@ export {
getTeamLogs,
getSignLogs,
getFlows,
createCity
createCity,
debtUrl
}