Commit bda7ff5a authored by zhangyanni's avatar zhangyanni

提交跳转到列表的

parent e7efa0bc
...@@ -219,7 +219,7 @@ router.beforeEach((to, from, next) => { ...@@ -219,7 +219,7 @@ router.beforeEach((to, from, next) => {
publicFun.setUserInfoCookie("selected","voted"); publicFun.setUserInfoCookie("selected","voted");
} }
if(to.name=='activitylist'||to.name.indexOf("activity")!=-1) { if(to.name=='activitylist'||to.name.indexOf("activity")!=-1) {
if(to.name=="activityMyJoin") { if(to.name=="activityMyJoin"||to.name=="activitydetail"||to.name=="activityapplySuccess") {
}else { }else {
globalMsg.$emit("sendSelected","activity"); globalMsg.$emit("sendSelected","activity");
......
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