| | |
| | | <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> |
| | |
| | | |
| | | <script> |
| | | export default { |
| | | name: "LayoutFooter" |
| | | name: 'LayoutFooter' |
| | | } |
| | | </script> |
| | | |