9 lines
235 B
Vue
9 lines
235 B
Vue
|
<template>
|
|||
|
<a-layout-footer>
|
|||
|
<span class="footerLeft">TEL:0431-85099971</span>
|
|||
|
<span class="footerRight">Copyright 东北师范大学教务处 2023</span>
|
|||
|
</a-layout-footer>
|
|||
|
</template>
|
|||
|
<script setup lang="ts">
|
|||
|
|
|||
|
</script>
|