切换角色

This commit is contained in:
qsh
2024-05-27 12:07:13 +08:00
parent 8adaf72682
commit 34b4f84293
17 changed files with 333 additions and 42 deletions

View File

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