添加路由

ihzero 2024-04-23 23:27:57 +08:00
parent 73066bf5e2
commit 38a733648a
1 changed files with 34 additions and 0 deletions

View File

@ -227,6 +227,40 @@
}
}
]
},
{
"root": "pages/train-books",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "培训课件"
}
},
{
"path": "detail",
"style": {
"navigationBarTitleText": "培训课件"
}
}
]
},
{
"root": "pages/examination",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "培训考试"
}
},
{
"path": "detail",
"style": {
"navigationBarTitleText": "培训考试"
}
}
]
}
],
"globalStyle": {