This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<script lang="ts" setup>
import { Fallback } from '@vben/universal-ui';
defineOptions({ name: 'AccessMenuVisible403' });
</script>
<template>
<Fallback
description="当前页面用户不可见,会被重定向到403页面"
status="comming-soon"
title="页面访问测试"
/>
</template>