添加 uni-cms-article 页面及数据库配置
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
|
||||
{
|
||||
"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": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user