From 7036cc397adccb4907b80a30143f7751b4e68db8 Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期三, 20 三月 2024 11:21:54 +0800 Subject: [PATCH] 实现首页公司级与分厂级看板布局及相关功能 --- src/components/page/GlobalFooter.vue | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/components/page/GlobalFooter.vue b/src/components/page/GlobalFooter.vue index c2c99ac..cadd33c 100644 --- a/src/components/page/GlobalFooter.vue +++ b/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> -- Gitblit v1.9.3