接口初始化 第一版

This commit is contained in:
yuping
2022-11-21 19:33:15 +08:00
parent 039042f607
commit d53c2920ed
20 changed files with 421 additions and 680 deletions

View File

@@ -7,7 +7,19 @@ export default {
"rows": [
{
"chapterId": 0,
"name": ""
"name": "初级"
},
{
"chapterId": 0,
"name": "中级"
},
{
"chapterId": 0,
"name": "高级"
},
{
"chapterId": 0,
"name": "专家"
}
]
},