优化问题

This commit is contained in:
gyq
2024-06-27 09:16:29 +08:00
parent f3dfd4a121
commit b5356d8370
7 changed files with 241 additions and 21 deletions

View File

@@ -75,7 +75,7 @@ async function tbShopCategoryGetAjax() {
page: 0,
pageSize: 200,
});
console.log(res);
// console.log(res);
res.list.map((item) => {
item.active = false;
item.childrenList.map((item) => {