前端对接接口

This commit is contained in:
橙子
2021-10-13 17:44:42 +08:00
parent 86ab52df57
commit e76b75add2
11 changed files with 432 additions and 64 deletions

View File

@@ -24,7 +24,7 @@
</v-list-item-content>
</template>
<template v-for="(child, i) in item.items">
<template v-for="(child, i) in item.children">
<default-list-group
v-if="child.items"
:key="`sub-group-${i}`"