彭宇 2 лет назад
Родитель
Сommit
7529738def
2 измененных файлов с 5 добавлено и 3 удалено
  1. 3 1
      src/views/bigdata/bigdata.vue
  2. 2 2
      src/views/system/login.vue

+ 3 - 1
src/views/bigdata/bigdata.vue

@@ -5,7 +5,7 @@
     <div class="header">
       <!-- title -->
       <div class="header-left"><img class="logo" src="@/assets/images/integrated/logo-small.png"/>
-        <h3 class="title">{{ systemTitle.title }}-统计分析</h3>
+        <h3 class="title">{{ systemTitle.title }}-{{ systemTitle.subTitle }}-统计分析</h3>
       </div>
       <div class="bignav">
         <img src="@/assets/images/integrated/bigdata-header-nav-left.png"/>
@@ -179,6 +179,7 @@ export default {
     return {
       systemTitle: {
         title: '',  //标题
+        subTitle: ''//副标题 数字林业
       },
       visited: '',
       navbar: [
@@ -244,6 +245,7 @@ export default {
     fontConfig() {
       fontConfig().then(res => {
         this.systemTitle.title = res.data.fontTitle
+        this.systemTitle.subTitle = res.data.subTitle
       })
     }
   },

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

@@ -69,8 +69,8 @@
 			return {
         backgroudImg:'', //背景图片
         systemTitle:{
-          title:'通榆县乡村振兴综合监管平台',  //标题
-          subTitle:'数字林业'  ,//副标题
+          title:'',  //标题
+          subTitle:''  ,//副标题 数字林业
         },
 				codeUrl: '',
 				loginForm: {