xiongchao 3 years ago
parent
commit
ee1c54fa85

+ 1 - 1
src/components/GlobalFooter/GlobalFooter.vue

@@ -16,7 +16,7 @@
     <!--    </div>
     <div class="copyright">
       Copyright
-      <a-icon type="copyright" /> 2020 <span>乾元坤和出品</span>-->
+      <a-icon type="copyright" /> 2020 <span>Hitachi出品</span>-->
       <div class="copyright">
 
             <a-icon type="copyright" /> 2020 <span>版权所有</span>

+ 3 - 3
src/layouts/PageView.vue

@@ -1,7 +1,7 @@
 <template>
   <div :style="!$route.meta.hiddenHeaderContent ? 'margin: -24px -24px 0px;' : null">
     <!-- pageHeader , route meta :true on hide -->
-    <page-header v-if="!$route.meta.hiddenHeaderContent" :title="pageTitle" :logo="logo" :avatar="avatar">
+<!--    <page-header v-if="!$route.meta.hiddenHeaderContent" :title="pageTitle" :logo="logo" :avatar="avatar">
       <slot slot="action" name="action"></slot>
       <slot slot="content" name="headerContent"></slot>
       <div slot="content" v-if="!this.$slots.headerContent && description">
@@ -30,13 +30,13 @@
           />
         </div>
         <div class="page-menu-tabs" v-if="tabs && tabs.items">
-          <!-- @change="callback" :activeKey="activeKey" -->
+          &lt;!&ndash; @change="callback" :activeKey="activeKey" &ndash;&gt;
           <a-tabs :tabBarStyle="{margin: 0}" :activeKey="tabs.active()" @change="tabs.callback">
             <a-tab-pane v-for="item in tabs.items" :tab="item.title" :key="item.key"></a-tab-pane>
           </a-tabs>
         </div>
       </div>
-    </page-header>
+    </page-header>-->
     <div class="content">
       <div class="page-header-index-wide">
         <slot>

+ 3 - 3
src/layouts/UserLayout.vue

@@ -21,7 +21,7 @@
         <!--          <a href="_self">条款</a>-->
         <!--        </div>-->
         <div class="copyright">
-          Copyright &copy; 2020 乾元坤和
+          Copyright &copy; 2020 Hitachi
         </div>
       </div>
     </div>
@@ -132,7 +132,7 @@ export default {
           margin-bottom: 8px;
           font-size: 14px;
           a {
-            color: rgba(0, 0, 0, 0.45);
+            color: white;
             transition: all 0.3s;
             &:not(:last-child) {
               margin-right: 40px;
@@ -140,7 +140,7 @@ export default {
           }
         }
         .copyright {
-          color: rgba(0, 0, 0, 0.45);
+          color: white;
           font-size: 14px;
           font-weight: bold;
         }