Lou
2024-03-16 0df15fb4eafccde45b09caa213dd12d449397298
api/house/householdLabel.js
@@ -18,4 +18,13 @@
      method: 'POST',
      data
   })
}
//设置房屋标签
export const setHouseLabel = (data) => {
   return http.request({
      url: 'blade-householdLabel/householdLabel/saveOrUpdateHouseLabel',
      method: 'POST',
      data
   })
}