MtaFooter.vue 304 B

1234567891011121314151617
  1. <template>
  2. <view class="dljt-footer-box">
  3. <view class="footer-logo-box"></view>
  4. <view class="footer-text-box">
  5. <view>版权所有:大连市交通口岸职业技术学校</view>
  6. <view>辽ICP备2025061698号-1</view>
  7. </view>
  8. </view>
  9. </template>
  10. <script setup>
  11. </script>
  12. <style>
  13. </style>