mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-09-20 12:01:55 +08:00
refactor
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<template>
|
||||
<Error @error-click="errorClick" />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { Error } from '@/components/Error'
|
||||
import { useRouter } from 'vue-router'
|
||||
|
@@ -1,7 +1,6 @@
|
||||
<template>
|
||||
<Error type="500" @error-click="errorClick" />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { Error } from '@/components/Error'
|
||||
import { useRouter } from 'vue-router'
|
||||
|
Reference in New Issue
Block a user