1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| const lessonsList = [
{id: '15941', type: 'chapter', title: '第一章 总论'},
{id: '22183', type: 'unit', title: '法律基础'},
{id: '15949', type: 'lesson', title: '第1讲-法的入门'},
{id: '15950', type: 'lesson', title: '第2讲-法律关系'},
{id: '15951', type: 'lesson', title: '第3讲-法律事实'},
{id: '15952', type: 'lesson', title: '第4讲-法的形式与分类'},
{id: '15953', type: 'lesson', title: '第5讲-法律部门与法律体系'},
{id: '22184', type: 'unit', title: '经济纠纷解决途径'},
{id: '15954', type: 'lesson', title: '第1讲-经济纠纷解决途径入门'},
{id: '22218', type: 'lesson', title: '第2讲-仲裁'},
{id: '25602', type: 'lesson', title: '第3讲 民事诉讼'},
{id: '22220', type: 'lesson', title: '第4讲-行政复议'},
{id: '22221', type: 'lesson', title: '第5讲-行政诉讼'},
{id: '22186', type: 'unit', title: '法律责任'},
{id: '22222', type: 'lesson', title: '第1讲-法律责任'},
{id: '15942', type: 'chapter', title: '第二章 会计法律制度'},
{id: '22222', type: 'lesson', title: '第1讲-法律责任'},
];
|