Commit 28d3cae5 authored by 黄媛媛's avatar 黄媛媛

update

parent f5cc4829
This diff is collapsed.
This diff is collapsed.
......@@ -448,6 +448,13 @@ export default {
}
};
},
created(){
let date=new Date();
let month=date.getMonth()+1;
if(month>=6 && month<=9 ){
this.msg.Type='1'
}
},
mounted() {
this.userInfo = this.getLocalStorage();
this.getList()
......@@ -510,7 +517,7 @@ export default {
SendType: '2',
Details: [],
isAll:false,
GraduationType:this.msg.ty,
GraduationType:this.msg.Type,
}
}
})
......
......@@ -202,6 +202,22 @@ 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