This commit is contained in:
yanran200730
2021-12-22 13:49:27 +08:00
parent b0021631b4
commit 2f1896b7c4

View File

@@ -143,6 +143,10 @@
},
addApp (e) {
if (this.picked.length >= 8) {
return this.$message.error('导航功能最多放置8个')
}
this.isRemove = false
this.picked.push(e)
},