moc变更管理系统框架

This commit is contained in:
2026-08-13 12:31:16 +08:00
commit 3e5157909c
291 changed files with 39930 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<script setup lang="ts"></script>
<template>
<ExceptionBase type="403" />
</template>
<style scoped></style>
+7
View File
@@ -0,0 +1,7 @@
<script setup lang="ts"></script>
<template>
<ExceptionBase type="404" />
</template>
<style scoped></style>
+7
View File
@@ -0,0 +1,7 @@
<script setup lang="ts"></script>
<template>
<ExceptionBase type="500" />
</template>
<style scoped></style>