export const menuData = [ { title: '我的list', id: 1, child: [ { title: '我的位置', id: 11, icon: 'location', isChose: true, child: [ { title: '我的位置', id: 111, icon: 'location', }, ], }, { title: '我的位置', id: 12, icon: 'location', }, { title: '我的位置', id: 13, icon: 'location', }, { title: '我的位置', id: 14, icon: 'location', }, ], }, ]