Tcsm
2023-08-24 76956e0f6cc235678fce936439ad932a7b8bc344
src/api/bignote/index.js
@@ -14,7 +14,7 @@
// 根据id查询所有家庭资产详细信息
export function getFamilyeventInfo(id) {
  return request({
    url: '/family/zfEvent/{id}' + id,
    url: '/family/zfEvent/' + id,
    method: 'get',
  })