Files
tra-app/src/pagesB.json
T
2025-06-23 10:28:45 +08:00

22 lines
329 B
JSON

{
"pages": [
{
"path": "pages/course/index",
"style": {
"navigationBarTitleText": "课程中心",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/course/study",
"style": {
"navigationBarTitleText": "课程学习",
"app-plus": {
"titleNView": false
}
}
}
]
}