Commit 92bb2f2d authored by 徐一鸣's avatar 徐一鸣

消息管理路由优化

parent 4475ac3b
...@@ -206,10 +206,10 @@ export default { ...@@ -206,10 +206,10 @@ export default {
this.initList(this.tempFilter); this.initList(this.tempFilter);
}, },
detailAction(item) { detailAction(item) {
this.$router.push('/message/recommend_selected?ad_type='+item.ad_type+'&id='+item.id+'&look=1') this.$router.push('/message/recommended/edit?ad_type='+item.ad_type+'&id='+item.id+'&look=1')
}, },
editAction(item) { editAction(item) {
this.$router.push('/message/recommend_selected?ad_type='+item.ad_type+'&id='+item.id+'&look=2') this.$router.push('/message/recommended/edit?ad_type='+item.ad_type+'&id='+item.id+'&look=2')
}, },
}, },
}; };
......
...@@ -385,9 +385,9 @@ export default new Router({ ...@@ -385,9 +385,9 @@ export default new Router({
component: () => import("@/pages/message-management/recommended/recommended-list"), component: () => import("@/pages/message-management/recommended/recommended-list"),
}, },
{ {
path: "/message/recommend_selected", // 推荐位管理选择列表 path: "/message/recommended/edit", // 推荐位管理选择列表
name: "recommend_selected", name: "recommend_edit",
component: () => import("@/pages/message-management/recommended/recommened-selected-list"), component: () => import("@/pages/message-management/recommended/recommended-eidt"),
}, },
{ {
path: "/message/directed_push", // 定向推送列表 path: "/message/directed_push", // 定向推送列表
......
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