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.
33 lines
723 B
33 lines
723 B
|
|
[
|
|
{
|
|
// 栏目id
|
|
id:1,
|
|
// 栏目名称
|
|
columnr_name:'恒信动态',
|
|
// 排序
|
|
sort:'1',
|
|
// 状态
|
|
state:true
|
|
},
|
|
{
|
|
// 栏目id
|
|
id:2,
|
|
// 栏目名称
|
|
columnr_name:'知识库',
|
|
// 排序
|
|
sort:'2',
|
|
// 状态
|
|
state:true
|
|
},
|
|
{
|
|
// 栏目id
|
|
id:3,
|
|
// 栏目名称
|
|
columnr_name:'恒信课堂',
|
|
// 排序
|
|
sort:'3',
|
|
// 状态
|
|
state:true
|
|
},
|
|
],
|