Browse Source

网页表头动态配置

彭宇 2 years ago
parent
commit
fa2773335f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/components/v-header.vue

+ 0 - 2
src/components/v-header.vue

@@ -47,7 +47,6 @@
 			return{
         systemTitle: {
           title: '',  //标题
-          subTitle: '',//副标题
         },
 			}
 		},
@@ -55,7 +54,6 @@
       fontConfig(){
         fontConfig().then(res => {
           this.systemTitle.title = res.data.fontTitle;
-          this.systemTitle.subTitle = res.data.subTitle;
         })
       },
 		},