Compare commits

..

No commits in common. "d369a7875934bd68271b71b2223c97131d97a5b3" and "4a959cb2e22bd06bc0128ccdacf0df59f2ef0c26" have entirely different histories.

2 changed files with 2 additions and 20 deletions

View File

@ -1,15 +0,0 @@
<template>
<div class="footer">Copyright © 1998-2022 Tencent All Rights Reserved.</div>
<div><a href="https://beian.miit.gov.cn/#/Integrated/index">
</a></div>
</template>
<script setup lang="ts"></script>
<style lang="less" scoped>
.footer {
color: var(--td-text-color-placeholder);
line-height: 20px;
text-align: center;
}
</style>

View File

@ -7,16 +7,13 @@
<t-content>
<content-center />
</t-content>
<t-footer>
<footer-bottom />
</t-footer>
<t-footer>Footer</t-footer>
</t-layout>
</div>
</template>
<script setup lang="ts">
import hesderTop from '@/pages/header/index.vue'
import footerBottom from '@/pages/footer/index.vue'
import hesderTop from "./header/index.vue";
import contentCenter from "@/pages/content/index.vue";
</script>