admin-vben5/apps/web-antd/src/views/demos/access/menu-visible-403.vue
2024-07-14 14:02:55 +08:00

14 lines
302 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

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/common-ui';
defineOptions({ name: 'AccessMenuVisible403' });
</script>
<template>
<Fallback
description="当前页面用户不可见会被重定向到403页面"
status="coming-soon"
title="页面访问测试"
/>
</template>