This commit is contained in:
唐明明
2023-05-22 11:13:29 +08:00
parent c77b741c61
commit 0fe6fd4aaf
47 changed files with 6090 additions and 39 deletions

View File

@@ -172,6 +172,14 @@ const getFlows = id => {
})
}
// 获取所有省市数据
const createCity = (data) =>{
return request({
url: "region/pro_city",
data: data
})
}
export {
relations,
code,
@@ -192,5 +200,6 @@ export {
getTeam,
getTeamLogs,
getSignLogs,
getFlows
getFlows,
createCity
}