From e7b175bc3aca09d9a00ce309f183358b4d5f5918 Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期二, 02 四月 2024 16:17:40 +0800 Subject: [PATCH] 1、首页优化各层级看板视图,使色彩更加鲜艳明亮 2、用户管理页面首页权限字段增加无权限选项值,且默认值为无权限进入首页后无法查看任何看板 --- src/components/page/GlobalFooter.vue | 19 ++++++++++--------- 1 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/components/page/GlobalFooter.vue b/src/components/page/GlobalFooter.vue index c2c99ac..dcdba6c 100644 --- a/src/components/page/GlobalFooter.vue +++ b/src/components/page/GlobalFooter.vue @@ -1,24 +1,25 @@ <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==='棣栭〉'?'#151548':'',color:$route.meta.title==='棣栭〉'?'#fff':''}"> Copyright <a-icon type="copyright"/> - 2019 <span>2015-2020 鐏电鏅鸿兘</span> + 2024 <span>2015-2025 鐏电鏅鸿兘</span> </div> </div> </template> <script> export default { - name: "LayoutFooter" + name: 'LayoutFooter' } </script> -- Gitblit v1.9.3