linwenling
2023-07-25 75e703c6a450b22c070a9ec017f3b304ff344480
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',
  })