Skip to content
  • This project
    • Loading...
  • Sign in

刘伟 / shifangcloud

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • shifangcloud
  • yly-first
  • cms
  • module
  • footer.vue
  • 刘伟's avatar
    十方供应链云前端初始化 · 8c1f91c2
    刘伟 committed 2025-08-25 15:45:49 +0800
    8c1f91c2
footer.vue 393 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<style>
</style>
<template>
  <div>
    <footer class="footer footer-light">
      Copyright © 2024-2025
      <a href="https://beian.miit.gov.cn" target="_blank" style="color: #373737"
        >京ICP备2024044205号-1</a
      >
      北京传世博润科技有限公司
    </footer>
  </div>
</template>

<script>
module.exports = {
  data: function () {
    return {};
  },
};
</script>