Commit 1b9f70d8 by crushh

update: 群发列表

parent 04a5830e
......@@ -19,12 +19,12 @@
<script>
const routeMap = {
//1, "短信群发"2, "智能营销"3, "ai营销"4, "短信导入"5, "扫码营销"
1: '/message/record/detail', //活动名maxlength10
2: '/ecm/edit', //活动名maxlength30
3: '/ai/info', //活动名maxlength30
4: '/message/import-send/info', //活动名maxlength10
5: '/scan/edit' //活动名maxlength9
//1, "短信群发"2, "智能营销"3, "ai营销"4, "导入群发"5, "扫码营销"
1: '/message/record', //活动名maxlength10
2: '/ecm/list', //活动名maxlength30
3: '/ai/list', //活动名maxlength30
4: '/message/import-send', //活动名maxlength10
5: '/scan/list' //活动名maxlength9
};
export default {
props: {
......@@ -48,7 +48,7 @@ export default {
1: '短信群发',
2: '智能营销',
3: 'ai营销',
4: '短信导入',
4: '导入群发',
5: '扫码营销'
};
return obj[val];
......@@ -67,8 +67,7 @@ export default {
},
localtionChange(item) {
const path = routeMap[item.busiObjRelationType];
console.log(`${path}/${item.busiObjRelationId}`);
this.$router.push(`${path}/${item.busiObjRelationId}`);
this.$router.push(`${path}`);
}
}
};
......
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