vben
2023-04-06 6a9bd686d5e7d3928f39856da4e9e3920ac5cbee
提交 | 用户 | age
930383 1 <template>
bba776 2   <div class="fixed h-full w-full flex flex-col justify-center items-center text-4xl">
56a966 3     <div class="">位于主框架外的页面</div>
bba776 4     <a-button @click="$router.go(-1)" class="mt-10" type="primary">Back</a-button>
V 5   </div>
930383 6 </template>