Commit b64ba2d1 by caoyanzhi

update: 升级layout

parent 70603bb7
...@@ -453,7 +453,6 @@ export default { ...@@ -453,7 +453,6 @@ export default {
}, },
mounted() { mounted() {
this.$emit('updateBread', this.bread); this.$emit('updateBread', this.bread);
this.$emit('showAside', true);
this.getLoginUser(); this.getLoginUser();
this.giftId = this.$route.query.giftId; this.giftId = this.$route.query.giftId;
if (this.giftId) { if (this.giftId) {
......
...@@ -301,7 +301,6 @@ export default { ...@@ -301,7 +301,6 @@ export default {
}, },
created() { created() {
this.$emit('updateBread', this.bread); this.$emit('updateBread', this.bread);
this.$emit('showAside', true);
this.init(); this.init();
}, },
methods: { methods: {
......
...@@ -335,7 +335,6 @@ export default { ...@@ -335,7 +335,6 @@ export default {
}, },
mounted() { mounted() {
this.$emit('updateBread', this.bread); this.$emit('updateBread', this.bread);
this.$emit('showAside', true);
this.getLoginUser(); this.getLoginUser();
this.giftId = this.$route.query.giftId; this.giftId = this.$route.query.giftId;
if (this.giftId) { if (this.giftId) {
......
...@@ -356,7 +356,6 @@ export default { ...@@ -356,7 +356,6 @@ export default {
}, },
created() { created() {
this.$emit('updateBread', this.bread); this.$emit('updateBread', this.bread);
this.$emit('showAside', true);
if(this.$route.query.giftId){ if(this.$route.query.giftId){
this.query.key = this.$route.query.giftId; this.query.key = this.$route.query.giftId;
this.query.type = 0; this.query.type = 0;
......
...@@ -19,6 +19,9 @@ export default { ...@@ -19,6 +19,9 @@ export default {
wfTypes wfTypes
}; };
}, },
created() {
this.$emit('config', { showBread: false });
},
methods: { methods: {
openTab(item) { openTab(item) {
window.open(location.origin + '/welfare' + item.target); window.open(location.origin + '/welfare' + item.target);
......
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