From e7eca504e167de53fd97e5c2cc1fc039a8e758cc Mon Sep 17 00:00:00 2001 From: qushaowei <qushaowei@163.com> Date: 星期四, 28 三月 2024 09:29:37 +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