From 86fe08ff297b2f92e927a90bea7cd6906da61bea Mon Sep 17 00:00:00 2001
From: qushaowei <qushaowei@163.com>
Date: 星期五, 22 三月 2024 10:02:30 +0800
Subject: [PATCH] Merge branch 'master' of http://117.34.109.166:18448/r/vue_mdc_430 into develop

---
 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