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', })