mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
去掉课程三级线上品牌注释
This commit is contained in:
@@ -1012,14 +1012,14 @@ export default {
|
||||
}
|
||||
if (item.children) {
|
||||
//增加死数据
|
||||
item.children.push({
|
||||
type: 12,
|
||||
id: item.id * (index + 200),
|
||||
name: '线上品牌系列课程',
|
||||
children: [],
|
||||
checked: false,
|
||||
newData: true
|
||||
})
|
||||
// item.children.push({
|
||||
// type: 12,
|
||||
// id: item.id * (index + 200),
|
||||
// name: '线上品牌系列课程',
|
||||
// children: [],
|
||||
// checked: false,
|
||||
// newData: true
|
||||
// })
|
||||
item.children.forEach(subItem => {
|
||||
let newSubItem = {
|
||||
type: 12,
|
||||
|
||||
Reference in New Issue
Block a user