Explorar el Código

网页表头动态配置

彭宇 hace 2 años
padre
commit
fa2773335f
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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;
         })
       },
 		},