From 738f76adfcbf102dfbf890b044ba9a25a034cb8c Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期三, 27 三月 2024 16:17:38 +0800 Subject: [PATCH] 1、用户管理页面修改身份字段名称为首页权限并调整其选项值 2、按照新需求完成客户操作工进入后页面所有布局100% 3、调整全局页脚内容 --- 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..3a448f3 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==='棣栭〉'?'#0F103A':'',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