Commit c77d7481 authored by 黄奎's avatar 黄奎

页面修改

parent 993c8aaf
......@@ -117,7 +117,6 @@
mounted() {
if (localStorage.b2bUser) {
this.LoginUser = JSON.parse(window.localStorage.getItem('b2bUser'));
console.log("this.LoginUser", this.LoginUser);
}
},
methods: {
......
......@@ -216,7 +216,7 @@
}
},
mounted() {
console.log(this.plugData,'plugData');
}
};
......
......@@ -7,8 +7,8 @@
</style>
<template>
<q-layout view="hHh lpr fFf">
<hor-big-one v-if="headType==1" :base-data="baseinfo" ref="webhead"></hor-big-one>
<hor-big-two v-if="headType==2" :base-data="baseinfo" ref="webhead"></hor-big-two>
<hor-big-one :base-data="baseinfo" ref="webhead"></hor-big-one>
<!-- <hor-big-two v-if="headType==2" :base-data="baseinfo" ref="webhead"></hor-big-two> -->
<q-page-container>
<router-view />
</q-page-container>
......@@ -54,7 +54,6 @@
var nowDay = this.formatDate2(new Date());
this.ToDay = nowDay.CYear + "-" + nowDay.CMonth + "-" + nowDay.CDay;
this.$root.$on('change-head-style', param => {
console.log(param, 'param');
this.changeHeadHandler(param);
})
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment