瀏覽代碼

技能博物馆

jbb 2 年之前
父節點
當前提交
560353121c

+ 4 - 4
public/index.html

@@ -6,10 +6,10 @@
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width,initial-scale=1.0">
   <!-- 技能博物馆 -->
-  <!-- <title>OA办公系统</title>
-  <link rel="icon" href="<%= BASE_URL %>logo-cd-left1.png"> -->
-  <title>上海萃颠信息科技有限公司</title>
-  <link rel="icon" href="<%= BASE_URL %>logo-cd.png">
+  <title>OA办公系统</title>
+  <link rel="icon" href="<%= BASE_URL %>logo-cd-left1.png">
+  <!-- <title>上海萃颠信息科技有限公司</title>
+  <link rel="icon" href="<%= BASE_URL %>logo-cd.png"> -->
 <!--  <script src="https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/7.2.5/polyfill.js"></script>-->
   <style>
     html,

+ 4 - 4
src/components/layouts/OldUserLayout.vue

@@ -5,10 +5,10 @@
         <div class="header">
           <a href="/">
            <!-- 技能博物馆 -->
-            <!-- <img src="~@/assets/logo-cd-left1.png" class="logo" alt="logo">
-            <span class="title">OA办公系统</span> -->
-             <img src="~@/assets/logo-cd.png" class="logo" alt="logo">
-            <span class="title">上海萃颠信息科技有限公司</span>
+            <img src="~@/assets/logo-cd-left1.png" class="logo" alt="logo">
+            <span class="title">OA办公系统</span>
+             <!-- <img src="~@/assets/logo-cd.png" class="logo" alt="logo">
+            <span class="title">上海萃颠信息科技有限公司</span> -->
           </a>
         </div>
         <div class="desc">

+ 3 - 1
src/components/layouts/TabLayout.vue

@@ -180,7 +180,9 @@ export default {
 
         // update-begin-author:sunjianlei date:20200120 for: 动态更改页面标题
         changeTitle (title) {
-            let projectTitle = '上海萃颠信息科技有限公司'
+            // 技能博物馆
+            let projectTitle = 'OA办公系统'
+            // let projectTitle = '上海萃颠信息科技有限公司'
             // 首页特殊处理
             if (this.$route.path === indexKey) {
                 document.title = projectTitle

+ 5 - 5
src/components/layouts/UserLayout.vue

@@ -6,8 +6,8 @@
         <!-- 萃颠logo -->
         <div class="logo">
           <!-- 技能博物馆 -->
-          <!-- <img src="../../assets/logo-cd-left1.png" alt="" /> -->
-          <img src="../../assets/logo-blue.png" alt="" />
+          <img src="../../assets/logo-cd-left1.png" alt="" />
+          <!-- <img src="../../assets/logo-blue.png" alt="" /> -->
         </div>
 
         <!-- 放表单的盒子 -->
@@ -99,9 +99,9 @@ export default {
       left: 42px;
       
       // 技能博物馆
-      // img {
-      //   height: 78px
-      // }
+      img {
+        height: 78px
+      }
     }
     // 放表单的背景
     .formBox {

+ 3 - 3
src/components/page/GlobalHeader.vue

@@ -210,9 +210,9 @@ export default {
 }
 
 // 技能博物馆
-// .layout .header[data-v-6d229060] {
-//     background-color: #6bc5f3;
-// }
+.layout .header[data-v-6d229060] {
+    background-color: #6bc5f3;
+}
 
 /* update_end author:scott date:20190220 for: 缩小首页布局顶部的高度*/
 </style>

+ 10 - 10
src/components/page/GlobalLayout.vue

@@ -588,8 +588,8 @@ body {
 
   &.light {
     // 技能博物馆
-    // background-color: #221140 !important;
-    background-color: #fff;
+    background-color: #221140 !important;
+    // background-color: #fff;
     box-shadow: 2px 116px 8px 0 rgba(29, 35, 41, 0.05);
 
     .logo {
@@ -605,8 +605,8 @@ body {
       border-right-color: transparent;
 
       // 技能博物馆
-      // background-color: #221140;
-      // color: white;
+      background-color: #221140;
+      color: white;
     }
   }
 }
@@ -684,10 +684,10 @@ body {
 }
 
 // 技能博物馆
-// .ant-menu-root>.ant-menu-item:first-child span {
-//     color: white;
-// }
-// .ant-menu-root>.ant-menu-item:first-child i {
-//     color: white;
-// }
+.ant-menu-root>.ant-menu-item:first-child span {
+    color: white;
+}
+.ant-menu-root>.ant-menu-item:first-child i {
+    color: white;
+}
 </style>

+ 4 - 4
src/components/tools/Logo.vue

@@ -11,10 +11,10 @@
 
       <!-- <img v-if="showTitle" src="~@/assets/logo-cd.png" alt="logo"> -->
       <!-- 技能博物馆 -->
-      <!-- <img src="~@/assets/logo-cd-left1.png" alt="logo">
-      <h1 >OA办公系统</h1>  -->
-      <img src="~@/assets/logo-cd-left.png" alt="logo">
-      <h1 >{{ dashboard }}</h1> 
+      <img src="~@/assets/logo-cd-left1.png" alt="logo">
+      <h1 >OA办公系统</h1> 
+      <!-- <img src="~@/assets/logo-cd-left.png" alt="logo">
+      <h1 >{{ dashboard }}</h1>  -->
     </router-link>
   </div>
 </template>