From 529061167e2cc6e67c7ee60a9355cdc0a7702502 Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期二, 15 七月 2025 15:08:22 +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