Commit 1ab04c2d by caoyanzhi

update: 兑换码菜单调整

parent 96740275
......@@ -378,10 +378,6 @@ export default {
if (!this.isAdd) {
this.getInfo();
}
},
created() {
const name = this.isAdd ? '新建兑换码' : this.isEdit ? '编辑兑换码' : '兑换码详情';
this.$store.commit('mutations_breadcrumb', [{ name: '营销管理', path: '' }, { name: '兑换码', path: '/cdKey/list' }, { name, path: '' }]); // eslint-disable-line
}
};
</script>
......
......@@ -123,7 +123,6 @@ export default {
};
},
created() {
this.$store.commit('mutations_breadcrumb', [{ name: '营销管理', path: '' }, { name: '兑换码', path: '' }, { name: '兑换码列表', path: '' }]); // eslint-disable-line
this.getTableList();
this.getCdkeyWxaQrCodeImage();
},
......
......@@ -71,7 +71,6 @@ export default {
};
},
created() {
this.$store.commit('mutations_breadcrumb', [{ name: '营销管理', path: '' }, { name: '兑换码', path: '' }, { name: '兑换记录', path: '' }]); // eslint-disable-line
this.getTableList();
},
methods: {
......
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