Commit 5ed85a25 authored by liwei's avatar liwei

新建了API监控页面

parent 761612e0
...@@ -4,9 +4,10 @@ ...@@ -4,9 +4,10 @@
<div class="p-4 w-3/4 xl:w-4/5"> <div class="p-4 w-3/4 xl:w-4/5">
<RightContent1 :loading="loading" class="enter-y" /> <RightContent1 :loading="loading" class="enter-y" />
<RightContent2 class="!my-4 w-full" :loading="loading" /> <RightContent2 class="!my-4 w-full" :loading="loading" />
<RightContent3 class="!my-4 !md:my-0 !my-4 w-full" :loading="loading" /> <RightContent3 class="!my-4 w-full" :loading="loading" />
<RightContent4 class="!my-4 w-full" :loading="loading" /> <RightContent4 class="!my-4 w-full" :loading="loading" />
<RightContent5 class="!my-4 !md:my-0 w-full" :loading="loading" /> <RightContent5 class="!my-4 w-full" :loading="loading" />
<RightContent6 class="!my-4 w-full" :loading="loading" />
</div> </div>
</PageWrapper> </PageWrapper>
</template> </template>
...@@ -25,6 +26,7 @@ ...@@ -25,6 +26,7 @@
import RightContent2 from './RightContent2.vue'; import RightContent2 from './RightContent2.vue';
import RightContent4 from './RightContent4.vue'; import RightContent4 from './RightContent4.vue';
import RightContent5 from './RightContent5.vue'; import RightContent5 from './RightContent5.vue';
import RightContent6 from './RightContent6.vue';
defineOptions({ name: 'AccountManagement' }); defineOptions({ name: 'AccountManagement' });
const { createMessage, createConfirm } = useMessage(); const { createMessage, createConfirm } = useMessage();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment