chore: initial baseline with P0-safety .gitignore

This commit is contained in:
Simon
2026-06-14 16:49:18 +08:00
commit 63262292d7
510 changed files with 146008 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<!--
=============================================================================
企微IT智能服务台 管理后台根组件
=============================================================================
说明作为 Vue Router 的容器提供 <router-view /> 渲染匹配的路由组件
-->
<template>
<router-view />
</template>
<script setup lang="ts">
// 根组件仅作为路由容器,无需额外逻辑
</script>