This commit is contained in:
qsh
2025-05-12 14:11:54 +08:00
parent e71c9928a2
commit f6e98e71e2
385 changed files with 45604 additions and 14 deletions

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

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