Commit 8c5f2c11 authored by 黄媛媛's avatar 黄媛媛

11

parents 713a8498 55b04158
......@@ -21,7 +21,7 @@
</div>
</el-badge>
<el-badge :value="r[1]" :max="9999" class="item">
<div class="event">
<div class="event" @click="goBirth('graduationEvent')">
<img src="../../assets/img/event/biye.png" />
<div class="content">
<div class="ti">毕业季事件</div>
......
......@@ -187,6 +187,23 @@ export default new Router({
title: "生日事件"
}
},
{
path: "/festivalEvent",
name: "festivalEvent",
component: ()=>import('./components/sellevent/festival.vue'),
meta: {
title: "节日事件"
}
},
{
path: "/emergencyEvent",
name: "emergencyEvent",
component: ()=>import('./components/sellevent/emergency.vue'),
meta: {
title: "突发事件"
}
},
{
path: "/gaoxiao",
name: "gaoxiao",
......
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