增加API方法调用耗时统计

This commit is contained in:
刘祥超
2022-01-19 16:53:38 +08:00
parent 79e52d1c6e
commit 65d19d92e9
6 changed files with 142 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
<first-menu>
<a href="" class="item" @click.prevent="createNode()">[添加节点]</a>
<a href="/api/methodStats" class="item" v-if="hasMethodStats">用时统计</a>
</first-menu>
<p class="comment" v-if="nodes.length == 0">暂时还没有节点。</p>