You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
118 lines
2.2 KiB
118 lines
2.2 KiB
var data = {
|
|
files: [
|
|
{
|
|
id: 0,
|
|
pid: -1,
|
|
title: '全部文件'
|
|
},
|
|
|
|
{
|
|
id: 1,
|
|
pid: 0,
|
|
title: '养护类'
|
|
},
|
|
{
|
|
id: 2,
|
|
pid: 0,
|
|
title: '易损类'
|
|
},
|
|
{
|
|
id: 3,
|
|
pid: 0,
|
|
title: '清洗类'
|
|
},
|
|
{
|
|
id: 4,
|
|
pid: 0,
|
|
title: '进气系统'
|
|
},
|
|
{
|
|
id: 5,
|
|
pid: 0,
|
|
title: '燃油系统'
|
|
},
|
|
{
|
|
id: 6,
|
|
pid: 0,
|
|
title: '排气系统'
|
|
},
|
|
{
|
|
id: 7,
|
|
pid: 0,
|
|
title: '配气机构'
|
|
},{
|
|
id: 8,
|
|
pid: 0,
|
|
title: '冷却系统'
|
|
},{
|
|
id: 9,
|
|
pid: 0,
|
|
title: '空调系统'
|
|
},{
|
|
id: 10,
|
|
pid: 0,
|
|
title: '转向助力系统'
|
|
},{
|
|
id: 11,
|
|
pid: 0,
|
|
title: '传动系统'
|
|
},{
|
|
id: 12,
|
|
pid: 0,
|
|
title: '制动系统'
|
|
},{
|
|
id: 13,
|
|
pid: 0,
|
|
title: '悬挂系统'
|
|
},{
|
|
id: 14,
|
|
pid: 0,
|
|
title: '电子电器类'
|
|
},
|
|
{
|
|
id: 15,
|
|
pid: 0,
|
|
title: '车身附件'
|
|
},
|
|
{
|
|
id: 16,
|
|
pid: 0,
|
|
title: '外观件'
|
|
},{
|
|
id: 17,
|
|
pid: 0,
|
|
title: '改装件'
|
|
},
|
|
// {
|
|
// id: 11,
|
|
// pid: 1,
|
|
// title: '工具'
|
|
// },
|
|
// {
|
|
// id: 12,
|
|
// pid: 1,
|
|
// title: '画册'
|
|
// },
|
|
// {
|
|
// id: 13,
|
|
// pid: 1,
|
|
// title: '班级图片'
|
|
// },
|
|
|
|
{
|
|
id: 41,
|
|
pid: 4,
|
|
title: '空滤总成'
|
|
},
|
|
{
|
|
id: 42,
|
|
pid: 4,
|
|
title: '进风口'
|
|
},
|
|
{
|
|
id: 43,
|
|
pid: 4,
|
|
title: '进风管'
|
|
}
|
|
]
|
|
}; |