Commit c77d7481 authored by 黄奎's avatar 黄奎

页面修改

parent 993c8aaf
...@@ -117,7 +117,6 @@ ...@@ -117,7 +117,6 @@
mounted() { mounted() {
if (localStorage.b2bUser) { if (localStorage.b2bUser) {
this.LoginUser = JSON.parse(window.localStorage.getItem('b2bUser')); this.LoginUser = JSON.parse(window.localStorage.getItem('b2bUser'));
console.log("this.LoginUser", this.LoginUser);
} }
}, },
methods: { methods: {
......
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
} }
}, },
mounted() { mounted() {
console.log(this.plugData,'plugData');
} }
}; };
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
</style> </style>
<template> <template>
<q-layout view="hHh lpr fFf"> <q-layout view="hHh lpr fFf">
<hor-big-one v-if="headType==1" :base-data="baseinfo" ref="webhead"></hor-big-one> <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> <!-- <hor-big-two v-if="headType==2" :base-data="baseinfo" ref="webhead"></hor-big-two> -->
<q-page-container> <q-page-container>
<router-view /> <router-view />
</q-page-container> </q-page-container>
...@@ -54,7 +54,6 @@ ...@@ -54,7 +54,6 @@
var nowDay = this.formatDate2(new Date()); var nowDay = this.formatDate2(new Date());
this.ToDay = nowDay.CYear + "-" + nowDay.CMonth + "-" + nowDay.CDay; this.ToDay = nowDay.CYear + "-" + nowDay.CMonth + "-" + nowDay.CDay;
this.$root.$on('change-head-style', param => { this.$root.$on('change-head-style', param => {
console.log(param, 'param');
this.changeHeadHandler(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