Tcode平台改造升级-安全事件中心页面开发

This commit is contained in:
fmk1023
2025-12-05 16:54:27 +08:00
parent e7150457c4
commit 1e2d8f775d
9 changed files with 1271 additions and 57 deletions

View File

@@ -0,0 +1,16 @@
<template>
<div class="pg-news">
<ModBanner />
<ModNews />
</div>
</template>
<script setup lang="ts">
import { ref } from 'vue';
import ModBanner from './ModBanner.vue'
import ModNews from './ModNews.vue'
</script>
<style lang="scss" scoped>
</style>