优化管理端活动楼层装修

This commit is contained in:
Ryan Ran
2024-11-11 15:23:32 +08:00
parent b1acfbdd4b
commit 863725d3ba
3 changed files with 9 additions and 12 deletions

View File

@@ -65,11 +65,13 @@ export default {
}
return cur;
}, []);
this.wap.forEach((items,indexs) => {
if(items.title == '活动'){
this.wap.splice(indexs,1)
}
})
if (this.$route.path !== '/floorList/main') {
this.wap.forEach((items, indexs) => {
if (items.title == '活动') {
this.wap.splice(indexs, 1)
}
})
}
}else{
this.wap.push( {
title: "活动",