admin-vben5/apps/web-antd/src/views/demos/access/user-visible.vue
Li Kui 7801a90dcb
refactor: unify frontend and backend access control with shared page … (#43)
* refactor: unify frontend and backend access control with shared page components

* fix: role switch not show

* chore: update title
2024-07-13 11:26:36 +08:00

14 lines
281 B
Vue

<script lang="ts" setup>
import { Fallback } from '@vben/universal-ui';
defineOptions({ name: 'AccessFrontendAccessTest1' });
</script>
<template>
<Fallback
description="当前页面仅 User 可见"
status="comming-soon"
title="页面访问测试"
/>
</template>