Browse Source

全局-logo/title修改

jingbb 1 year ago
parent
commit
992e3dcb69

+ 1 - 1
public/index.html

@@ -4,7 +4,7 @@
     <meta charset="utf-8" />
     <meta http-equiv="X-UA-Compatible" content="IE=edge" />
     <meta name="viewport" content="width=device-width,initial-scale=1.0" />
-    <title>森语</title>
+    <title>马菲羊</title>
     <link rel="icon" href="<%= BASE_URL %>logo1.png" />
     <script src="<%= BASE_URL %>cdn/babel-polyfill/polyfill_7_2_5.js"></script>
     <style>

BIN
src/assets/mfy.png


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

@@ -177,7 +177,7 @@
 
       // update-begin-author:sunjianlei date:20200120 for: 动态更改页面标题
       changeTitle(title) {
-        let projectTitle = "森语"
+        let projectTitle = "马菲羊"
         // 首页特殊处理
         if (this.$route.path === indexKey) {
           document.title = projectTitle

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

@@ -5,7 +5,7 @@
         <div class="header">
           <a href="/">
             <img src="~@/assets/logo-new.png" class="logo" alt="logo">
-            <span class="title">森语</span>
+            <span class="title">马菲羊</span>
           </a>
         </div>
         <!-- <div class="desc">

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

@@ -1,7 +1,7 @@
 <template>
   <div class="footer">
     <div class="links">
-      <a href="http://www.jeecg.com" target="_blank">森语 首页</a>
+      <a href="http://www.jeecg.com" target="_blank">马菲羊 首页</a>
       <a href="https://github.com/zhangdaiscott/jeecg-boot" target="_blank">
         <a-icon type="github"/>
       </a>

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

@@ -17,8 +17,8 @@
         :type="collapsed ? 'menu-unfold' : 'menu-fold'"
         @click="toggle"/>
 
-      <span v-if="device === 'desktop'">欢迎进入森语中后台</span>
-      <span v-else>森语</span>
+      <span v-if="device === 'desktop'">欢迎进马菲羊中后台</span>
+      <span v-else>马菲羊</span>
 
       <user-menu :theme="theme"/>
        <!-- <a href="http://www.myfitt.cn:18086"  target="_top" style="color:white;margin-left: 21px;float: right;">切换OA系统</a> -->

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

@@ -594,7 +594,7 @@
       }
 
       img {
-        height: 50px;
+        height: 106px;
       }
 
       h1 {

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

@@ -3,8 +3,8 @@
     <router-link :to="routerLinkTo">
 
       <!-- update-begin- author:sunjianlei --- date:20190814 --- for: logo颜色根据主题颜色变化 -->
-      <img v-if="navTheme === 'dark'" src="~@/assets/logo-new.png" alt="logo">
-      <img v-else src="~@/assets/logo-new.png" alt="logo">
+      <img v-if="navTheme === 'dark'" src="~@/assets/mfy.png" alt="logo">
+      <img v-else src="~@/assets/mfy.png" alt="logo">
       <!-- update-begin- author:sunjianlei --- date:20190814 --- for: logo颜色根据主题颜色变化 -->
 
       <h1 v-if="showTitle">{{ title }}</h1>
@@ -48,7 +48,8 @@
       line-height: @height !important;
       box-shadow: none !important;
       transition: background 300ms;
-
+      display: flex;
+      align-items: center;
       a {
         color: white;
         &:hover {

+ 1 - 1
src/views/cost-allocation-total/fabricLossesSummary.vue

@@ -285,7 +285,7 @@ export default {
   created() {
     this.apply = this.$route.query.apply;
     this.getCostList()
-    document.title = '面料损耗列表'+ ' · ' + '森语'
+    document.title = '面料损耗列表'+ ' · ' + '马菲羊'
   },
   methods: {
    // 分页查询

+ 1 - 1
src/views/cost-allocation-total/inancialReconciliation.vue

@@ -430,7 +430,7 @@ export default {
   async created() {
     await this.defaultData()
     await this.getCostList()
-    document.title = '计划单统计表'+ ' · ' + '森语'
+    document.title = '计划单统计表'+ ' · ' + '马菲羊'
   },
   methods: {
    // 分页查询

+ 1 - 1
src/views/cost-allocation-total/list.vue

@@ -263,7 +263,7 @@ export default {
     this.apply = this.$route.query.apply;
     console.log(this.$route.query)
     this.getCostList()
-    document.title = '成本分配列表'+ ' · ' + '森语'
+    document.title = '成本分配列表'+ ' · ' + '马菲羊'
   },
   methods: {
     // 分页查询

+ 1 - 1
src/views/reportForms/cost-allocation-table.vue

@@ -453,7 +453,7 @@ export default {
     }
   },
   created() {
-    document.title = '成本分配表'+ ' · ' + '森语'
+    document.title = '成本分配表'+ ' · ' + '马菲羊'
   },
   filters: {
                 //文字数超出时,超出部分使用...

+ 1 - 1
src/views/reportForms/fabric-loss-table.vue

@@ -1490,7 +1490,7 @@ export default {
     // }
   },
   created(){
-    document.title = '面料损耗表'+ ' · ' + '森语'
+    document.title = '面料损耗表'+ ' · ' + '马菲羊'
     var ccode = this.$route.query.ccode;
     /*
     console.log("----------------ccode 1:"+ccode);

+ 1 - 1
src/views/reportForms/pro-progress-report.vue

@@ -283,7 +283,7 @@ export default {
     }
   },
   created() {
-    document.title = '生产进度报表'+ ' · ' + '森语'
+    document.title = '生产进度报表'+ ' · ' + '马菲羊'
     // this.getproProgressList()
   },
   methods: {

+ 1 - 1
src/views/reportForms/supplier-capacity.vue

@@ -281,7 +281,7 @@ export default {
   async created() {
     await this.getOption()
     this.getSupplierList()
-    document.title = '供应商产能维护'+ ' · ' + '森语'
+    document.title = '供应商产能维护'+ ' · ' + '马菲羊'
     
   },
   computed: {},

+ 1 - 1
src/views/reportForms/supply-capacity-table.vue

@@ -257,7 +257,7 @@ export default {
   created() {
     this.getData()
     this.getSupplyCapList() // 渲染 供应链产能报表
-    document.title = '供应商产能报表'+ ' · ' + '森语'
+    document.title = '供应商产能报表'+ ' · ' + '马菲羊'
   },
 
   methods: {