dbsd_kczx/src/views/site/common/footer.vue

9 lines
235 B
Vue
Raw Normal View History

<template>
<a-layout-footer>
<span class="footerLeft">TEL0431-85099971</span>
<span class="footerRight">Copyright 东北师范大学教务处 2023</span>
</a-layout-footer>
</template>
<script setup lang="ts">
</script>