mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-15 03:15:07 +08:00
初始化项目,自 v1.7.1 版本开始
This commit is contained in:
6
src/views/Error/500.vue
Normal file
6
src/views/Error/500.vue
Normal file
@ -0,0 +1,6 @@
|
||||
<template>
|
||||
<Error type="500" @error-click="push('/')" />
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
const { push } = useRouter()
|
||||
</script>
|
Reference in New Issue
Block a user