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