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
This commit is contained in:
Li Kui
2024-07-13 11:26:36 +08:00
committed by GitHub
parent 59a8ce9500
commit 7801a90dcb
15 changed files with 108 additions and 431 deletions

View File

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