feat: 信令抓包数据监控

This commit is contained in:
TsMask
2024-09-03 11:06:40 +08:00
parent c1a3ce8068
commit 640257dd55

View File

@@ -0,0 +1,16 @@
<script setup lang="ts">
import { reactive, onMounted, toRaw } from 'vue';
import { PageContainer } from 'antdv-pro-layout';
onMounted(() => {});
</script>
<template>
<PageContainer>
<a-card :bordered="false" :body-style="{ padding: '0px' }">
<h1>JS</h1>
</a-card>
</PageContainer>
</template>
<style lang="less" scoped></style>