| | |
| | | <template> |
| | | <PageLayout :needAuth="false" class="login-page-layout"> |
| | | <PageLayoutWithBg :needAuth="false" class="login-page-layout"> |
| | | <template #navigationBar> |
| | | <TransparentNavigationBar :title="title" :is-absolute="false"></TransparentNavigationBar> |
| | | </template> |
| | |
| | | <img :src="OssAssets.login.AuthBg" class="authorization-page-auth" /> |
| | | </template> |
| | | |
| | | <div class="authorization-page-title">欢迎使用818平台</div> |
| | | <div class="authorization-page-title">欢迎使用生活缴费平台</div> |
| | | |
| | | <slot></slot> |
| | | </PageLayout> |
| | | </PageLayoutWithBg> |
| | | </template> |
| | | |
| | | <script setup lang="ts"> |