mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-10 09:05:07 +08:00
style: 切换页面布局
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
<template>
|
||||
<Error @error-click="errorClick" />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { Error } from '@/components/Error'
|
||||
import { useRouter } from 'vue-router'
|
||||
@ -8,7 +12,3 @@ const errorClick = () => {
|
||||
push('/')
|
||||
}
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Error @error-click="errorClick" />
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user