zhuzhuanzhuan
2024-03-20 7036cc397adccb4907b80a30143f7751b4e68db8
src/components/page/GlobalFooter.vue
@@ -1,14 +1,15 @@
<template>
  <div class="footer">
    <!--<div class="links">-->
      <!--<a href="http://www.jeecg.com" target="_blank">JEECG 首页</a>-->
      <!--<a href="https://github.com/zhangdaiscott/jeecg-boot" target="_blank">-->
        <!--<a-icon type="github"/>-->
      <!--</a>-->
      <!--<a href="https://ant.design/">Ant Design</a>-->
      <!--<a href="https://vuecomponent.github.io/ant-design-vue/docs/vue/introduce-cn/">Vue Antd</a>-->
    <!--<a href="http://www.jeecg.com" target="_blank">JEECG 首页</a>-->
    <!--<a href="https://github.com/zhangdaiscott/jeecg-boot" target="_blank">-->
    <!--<a-icon type="github"/>-->
    <!--</a>-->
    <!--<a href="https://ant.design/">Ant Design</a>-->
    <!--<a href="https://vuecomponent.github.io/ant-design-vue/docs/vue/introduce-cn/">Vue Antd</a>-->
    <!--</div>-->
    <div class="copyright">
    <div class="copyright"
         :style="{background:$route.meta.title==='首页'?'#0F103A':'',color:$route.meta.title==='首页'?'#fff':''}">
      Copyright
      <a-icon type="copyright"/>
      2019 <span>2015-2020 灵秀智能</span>
@@ -18,7 +19,7 @@
<script>
  export default {
    name: "LayoutFooter"
    name: 'LayoutFooter'
  }
</script>