zhongxiaoyu 2 жил өмнө
parent
commit
89659d950e

+ 0 - 0
public/国航行李整合及应用项目-用户使用手册V2.1.pdf → public/国航行李全流程跟踪数据系统-用户使用手册V2.1.pdf


+ 4 - 4
src/layout/components/Navbar.vue

@@ -8,7 +8,7 @@
           <img src="../../assets/logo/pic_logo_top.png" />
         </div>
         <div class="dividing"></div>
-        <div class="log_name">国航行李数据整合及应用</div>
+        <div class="log_name">行李全流程跟踪数据系统</div>
       </div>
       <div class="right-menu">
         <el-dropdown>
@@ -143,9 +143,9 @@ export default {
     downFile() {
       const a = document.createElement('a')
       // 给a标签的href属性值加上地址,注意:这里是绝对路径,不用加 点.
-      a.href = './国航行李整合及应用项目-用户使用手册V2.1.pdf'
+      a.href = './国航行李全流程跟踪数据系统-用户使用手册V2.1.pdf'
       // 设置下载文件文件名,这里加上.xlsx指定文件类型,pdf文件就指定.fpd即可
-      a.download = '国航行李整合及应用项目-用户使用手册V2.1.pdf'
+      a.download = '国航行李全流程跟踪数据系统-用户使用手册V2.1.pdf'
       // 障眼法藏起来a标签
       a.style.display = 'none'
       // 将a标签追加到文档对象中
@@ -154,7 +154,7 @@ export default {
       a.click()
       // 一次性的,用完就删除a标签
       a.remove()
-      // window.location.href = './国航行李整合及应用项目-用户使用手册V2.1.pdf'
+      // window.location.href = './国航行李全流程跟踪数据系统-用户使用手册V2.1.pdf'
     },
     withButtonBack(item, index) {
       if (['/systemSettings', '/BasicsData'].includes(this.$route.matched[0].path)) {

+ 8 - 5
src/layout/components/Sidebar/index.vue

@@ -123,9 +123,15 @@ export default {
     // border-top-right-radius: 12px;
     // border-bottom-right-radius: 12px;
   }
-  > .log_open:hover {
+  // > .log_open:hover {
+  //   background: #2d67e3;
+  //   > .rloop {
+  //     background: #2d67e3;
+  //   }
+  // }
+  &:hover {
     background: #2d67e3;
-    > .rloop {
+    > .log_open {
       background: #2d67e3;
     }
   }
@@ -137,9 +143,6 @@ export default {
     right: -10px;
   }
 }
-.rloop:hover {
-  background: #2d67e3;
-}
 ::v-deep .navMenu {
   .router-link-active {
     .account {

+ 1 - 1
src/settings.js

@@ -1,6 +1,6 @@
 module.exports = {
 
-  title: '中国国际航空 · 行李数据整合及应用',
+  title: '中国国际航空 · 行李全流程跟踪数据系统',
 
   /**
    * @type {boolean} true | false

+ 2 - 2
src/views/login/index.vue

@@ -6,8 +6,8 @@
           <div class="avitor"></div>
           <!-- <el-divider direction="vertical"></el-divider> -->
           <div class="content-box">
-            <div class="title">国航行李数据整合及应用</div>
-            <div class="title-en">AirChina.BDHUB</div>
+            <div class="title">行李全流程跟踪数据系统</div>
+            <div class="title-en">Air China Baggage Data Hub</div>
           </div>
         </div>