diff --git a/src/router/routers.js b/src/router/routers.js index 681c43f..2d5b04f 100644 --- a/src/router/routers.js +++ b/src/router/routers.js @@ -86,6 +86,13 @@ export const constantRouterMap = [ import("@/views/liveBroadcast/manage/components/detail"), name: "直播单场分析", meta: { title: "直播单场分析" } + }, + { + path: "marketing", + component: () => + import("@/views/liveBroadcast/manage/components/marketing"), + name: "营销单场分析", + meta: { title: "营销单场分析" } } ] }, diff --git a/src/views/behavior/index.vue b/src/views/behavior/index.vue new file mode 100644 index 0000000..4c31d64 --- /dev/null +++ b/src/views/behavior/index.vue @@ -0,0 +1,227 @@ + + + + 查询 + + {{ item }} + + + 查询 + + + {{ item }} + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/behavior/marketing.vue b/src/views/behavior/marketing.vue new file mode 100644 index 0000000..e822916 --- /dev/null +++ b/src/views/behavior/marketing.vue @@ -0,0 +1,228 @@ + + + + 查询 + + {{ item }} + + + 查询 + + + {{ item }} + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/liveBroadcast/list/index.vue b/src/views/liveBroadcast/list/index.vue index ac5e781..96b98e8 100644 --- a/src/views/liveBroadcast/list/index.vue +++ b/src/views/liveBroadcast/list/index.vue @@ -494,7 +494,12 @@ export default { this.queryList(); }, openProduct(val) { - window.open(`./liveBroadcast/liveBroadcastDetail?id=${val.id}&type=1`); + window.open( + `${location.origin + + location.pathname}#/liveBroadcast/liveBroadcastDetail?id=${ + val.id + }&type=1` + ); // this.$router.push(`/liveBroadcast/liveBroadcastDetail?id=${val.id}&type=1`) }, toCreate(id, type) { diff --git a/src/views/liveBroadcast/list/indexZj.vue b/src/views/liveBroadcast/list/indexZj.vue index c7990c9..343c646 100644 --- a/src/views/liveBroadcast/list/indexZj.vue +++ b/src/views/liveBroadcast/list/indexZj.vue @@ -504,7 +504,12 @@ export default { this.queryList(); }, openProduct(val) { - window.open(`./liveBroadcast/liveBroadcastDetail?id=${val.id}&type=1`); + window.open( + `${location.origin + + location.pathname}#/liveBroadcast/liveBroadcastDetail?id=${ + val.id + }&type=1` + ); // this.$router.push(`/liveBroadcast/liveBroadcastDetail?id=${val.id}&type=1`) }, toCreate(id, type) { diff --git a/src/views/liveBroadcast/liveDetail/index.vue b/src/views/liveBroadcast/liveDetail/index.vue index c7a082f..5ade598 100644 --- a/src/views/liveBroadcast/liveDetail/index.vue +++ b/src/views/liveBroadcast/liveDetail/index.vue @@ -533,26 +533,26 @@ label="购物车" name="3" /> - + /> --> - - --> + - - 搜索 + + 搜索 新增 + >新增 {{ expand ? '折叠' : '展开' }} + >{{ expand ? "折叠" : "展开" }} @@ -30,27 +46,54 @@ - + {{ parseTime(scope.row.createTime) }} - + - 修改 - 修改 + 确定删除本条数据吗? - 取消 - 确定 + 取消 + 确定 - + @@ -59,103 +102,112 @@ - +
确定删除本条数据吗?