From 36183a25c19f8c31ba082592329e7aff3caf97d5 Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期一, 30 六月 2025 21:57:30 +0800
Subject: [PATCH] 岗位管理、业务编码规则
---
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