This commit is contained in:
qsh
2025-05-14 18:51:41 +08:00
commit ed6da288bc
365 changed files with 42568 additions and 0 deletions

6
src/views/Error/500.vue Normal file
View File

@@ -0,0 +1,6 @@
<template>
<Error type="500" @error-click="push('/Home/index')" />
</template>
<script lang="ts" name="Error500" setup>
const { push } = useRouter()
</script>