Some checks failed
Deploy / deploy (push) Has been cancelled
Full-stack web application for Telegram management - Frontend: Vue 3 + Vben Admin - Backend: NestJS - Features: User management, group broadcast, statistics 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
252 B
Vue
12 lines
252 B
Vue
<script lang="ts" setup>
|
||
import { Fallback } from '@vben/common-ui';
|
||
</script>
|
||
|
||
<template>
|
||
<Fallback
|
||
description="当前页面用户不可见,会被重定向到403页面"
|
||
status="coming-soon"
|
||
title="页面访问测试"
|
||
/>
|
||
</template>
|