我发现很多后端都会在列表没数据的时候返回null,这就很蛋疼,没数据应该返回空数组才对,搞得我每个列表接口都要写上 res.data = res.data || []
29