38 lines
802 B
JSON
38 lines
802 B
JSON
|
|
{
|
|
"pages": [
|
|
{
|
|
"path": "uni_modules/uni-cms-article/pages/list/list",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"backgroundColor": "#FFFFFF",
|
|
"disableScroll": true
|
|
}
|
|
},
|
|
{
|
|
"path": "uni_modules/uni-cms-article/pages/search/search",
|
|
"style": {
|
|
"navigationBarTitleText": "搜索",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}, {
|
|
"path": "uni_modules/uni-cms-article/pages/detail/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"backgroundColor": "#FFFFFF"
|
|
}
|
|
}, {
|
|
"path": "uni_modules/uni-cms-article/pages/detail/preview",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"backgroundColor": "#FFFFFF"
|
|
}
|
|
}, {
|
|
"path": "uni_modules/uni-cms-article/pages/webview/webview",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
}
|
|
}
|
|
]
|
|
}
|