成员设置

This commit is contained in:
@fawn-nine
2024-08-01 16:44:27 +08:00
parent d10fe077f0
commit 77aa8de252
7 changed files with 643 additions and 61 deletions

View File

@@ -493,7 +493,7 @@
}
}else{
var yonghuIndex = this.pageList.findIndex(item => {
return item.name == '班级管理'
return item.name == '我的班级'
})
if (yonghuIndex > -1) {
this.pageList.splice(yonghuIndex, 1)