Commit 9e555e0b by caoyanzhi

update: 模板消息菜单调整

parent e338c221
......@@ -121,10 +121,10 @@
<h3 class="dm-title__label">提醒配置<i class="ml20 ml20 dm-title__label--icon iconfont icon-xinxixianshi"></i><span class="gray fz13"> 开关切换后即生效</span></h3>
<integral-change v-if="info.triggerCode === 'integralChange'" />
</section>
<div class="btn-wrap_fixed" :class="{ on: asideShow }">
<dm-form-bottom>
<el-button type="primary" @click="handleUpdateTempAdvice">保 存</el-button>
<el-button @click="$router.go(-1)">返 回</el-button>
</div>
</dm-form-bottom>
<var-dialog :options="options" :show.sync="varShow" @get-data="getVarData"></var-dialog>
</el-form>
</template>
......@@ -182,13 +182,7 @@ export default {
innerUrl,
integralChange
},
computed: {
asideShow() {
return this.$store.state.marketing.asideShow;
}
},
created() {
this.$store.commit('mutations_breadcrumb', [{ name: '营销管理', path: '' }, { name: '模板消息', path: '/msg' }, { name: '模板消息编辑', path: '/msg/edit' }]); // eslint-disable-line
this.listTemplateVariables();
},
mounted() {
......
......@@ -97,7 +97,6 @@ export default {
};
},
created() {
this.$store.commit('mutations_breadcrumb', [{ name: '营销管理', path: '' }, { name: '模板消息', path: '' }]); // eslint-disable-line
this.pageTemplateMessage();
this.getLatestSyncTime();
},
......
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