Files
tra-app/src/pagesB.json
T
2025-08-25 17:08:28 +08:00

48 lines
760 B
JSON

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