linwenling
2023-09-12 2eec82ffc96ae02a75b18ee2c426f7a162950b95
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',
  })