This commit is contained in:
2023-12-04 09:01:52 +08:00
parent a055a14b77
commit 07c44b242a
3 changed files with 307 additions and 318 deletions

View File

@@ -14,6 +14,11 @@ import Header from "../components/Header.vue"
</n-layout-content>
<Login />
<Signup />
<n-space justify="center" class="beian">
<n-a href="https://beian.miit.gov.cn" target="_blank">
浙ICP备2023044109号
</n-a>
</n-space>
</n-layout>
</template>
@@ -21,4 +26,8 @@ import Header from "../components/Header.vue"
.header {
padding: 8px;
}
.beian {
margin-bottom: 20px;
}
</style>