摘要: 原始数据格式 treeJson转换成一维数组 import { isEmpty, isArray } from 'lodash' export function formatMenu(data) { const result = data.map((item) => { if (item.child 阅读全文
posted @ 2021-02-25 13:50 baifangzi 阅读(584) 评论(0) 推荐(0) 编辑