导航配置

This commit is contained in:
yanran200730
2021-12-22 09:48:33 +08:00
parent fd260eaefb
commit f59c178d65
2 changed files with 6 additions and 10 deletions

View File

@@ -139,7 +139,7 @@
isCanAdd (item) {
const isHas = this.picked.map(v => v.id).indexOf(item.id) > -1
return this.isEdit && item.type !== '0' && item.picked !== '1' && !isHas
return this.isEdit && item.picked !== '1' && !isHas
},
addApp (e) {