25643
This commit is contained in:
@@ -143,6 +143,10 @@
|
||||
},
|
||||
|
||||
addApp (e) {
|
||||
if (this.picked.length >= 8) {
|
||||
return this.$message.error('导航功能最多放置8个')
|
||||
}
|
||||
|
||||
this.isRemove = false
|
||||
this.picked.push(e)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user