parent
7cad3c1693
commit
efe8222dde
|
|
@ -44,9 +44,9 @@
|
||||||
<close />
|
<close />
|
||||||
</el-icon>
|
</el-icon>
|
||||||
</p>
|
</p>
|
||||||
<p class="text-gray-500 mt-2 text-md">这个家伙很懒,什么都没有留下</p>
|
<!-- <p class="text-gray-500 mt-2 text-md">这个家伙很懒,什么都没有留下</p> -->
|
||||||
</div>
|
</div>
|
||||||
<div class="w-full h-full text-left">
|
<!-- <div class="w-full h-full text-left">
|
||||||
<ul class="inline-block h-full w-full">
|
<ul class="inline-block h-full w-full">
|
||||||
<li class="info-list">
|
<li class="info-list">
|
||||||
<el-icon>
|
<el-icon>
|
||||||
|
|
@ -55,7 +55,7 @@
|
||||||
{{ userStore.userInfo.nickName }}
|
{{ userStore.userInfo.nickName }}
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,9 @@ const props = defineProps({
|
||||||
|
|
||||||
const apiDefaultProps = ref({
|
const apiDefaultProps = ref({
|
||||||
children: 'children',
|
children: 'children',
|
||||||
label: 'description'
|
label: (data, node) => {
|
||||||
|
return data.path ? data.description + ' - ' + data.method + ' ' + data.path : data.description
|
||||||
|
}
|
||||||
})
|
})
|
||||||
const filterText = ref('')
|
const filterText = ref('')
|
||||||
const apiTreeData = ref([])
|
const apiTreeData = ref([])
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue