1234567891011121314151617 |
- <template>
- <view class="dljt-footer-box">
- <view class="footer-logo-box"></view>
- <view class="footer-text-box">
- <view>版权所有:大连市交通口岸职业技术学校</view>
- <view>辽ICP备01001257号</view>
- </view>
- </view>
- </template>
- <script setup>
- </script>
- <style>
- </style>
|