全栈小学生 614b592dcc up
2024-12-12 18:33:37 +08:00

14 lines
363 B
Vue

<template>
<div class="w-screen h-screen bg-[#fff] flex flex-col items-center justify-center">
<el-empty :description="t('siteClose')" :image="img('static/resource/images/site/close.png')" image-size="200px" />
</div>
</template>
<script lang="ts" setup>
definePageMeta({
layout: "container"
});
</script>
<style lang="scss" scoped></style>