Commit b64ba2d1 by caoyanzhi

update: 升级layout

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