ref: v3变更,,根据核心网过滤显示网元

This commit is contained in:
TsMask
2025-09-16 19:41:57 +08:00
parent 847517fdfe
commit 254c49d894
81 changed files with 27708 additions and 29 deletions

View File

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