Commit 660166e3 authored by zhengke's avatar zhengke

增加页面

parent e47086d1
This diff is collapsed.
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="event"> <div class="event" @click="goBirth('happyPassbook')">
<img src="../../assets/img/event/fanyong.png" /> <img src="../../assets/img/event/fanyong.png" />
<div class="content"> <div class="content">
<div class="ti">返佣、幸福存折通知</div> <div class="ti">返佣、幸福存折通知</div>
......
...@@ -250,6 +250,14 @@ export default new Router({ ...@@ -250,6 +250,14 @@ export default new Router({
title: "新系列推广事件" title: "新系列推广事件"
} }
}, },
{
path: "/happyPassbook",
name: "happyPassbook",
component: ()=>import('./components/sellevent/happyPassbook.vue'),
meta: {
title: "返佣、幸福存折通知事件"
}
},
{ {
path: "/newfestivalEvent", path: "/newfestivalEvent",
name: "newfestivalEvent", name: "newfestivalEvent",
......
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