mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-20 22:57:43 +08:00
refactor: 调整 eslint.config.js,优化代码格式
This commit is contained in:
@@ -24,7 +24,7 @@ import Icon500 from '@/components/icons/Icon500.vue'
|
||||
defineOptions({ name: 'ErrorPage' })
|
||||
|
||||
const props = withDefaults(defineProps<Props>(), {
|
||||
code: 403
|
||||
code: 403,
|
||||
})
|
||||
interface Props {
|
||||
code: number
|
||||
@@ -32,7 +32,7 @@ interface Props {
|
||||
const IconMap: Record<number, Component> = {
|
||||
403: Icon403,
|
||||
404: Icon404,
|
||||
500: Icon500
|
||||
500: Icon500,
|
||||
}
|
||||
|
||||
const router = useRouter()
|
||||
|
Reference in New Issue
Block a user