mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-06-21 15:52:00 +08:00
7 lines
135 B
Vue
7 lines
135 B
Vue
![]() |
<template>
|
||
|
<Error type="500" @error-click="push('/')" />
|
||
|
</template>
|
||
|
<script setup lang="ts">
|
||
|
const { push } = useRouter()
|
||
|
</script>
|