Browse Source

网页表头动态配置

彭宇 2 năm trước cách đây
mục cha
commit
fa2773335f
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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;
         })
       },
 		},