提交 14a74786 authored 作者: 何忠建's avatar 何忠建

配置+图片

上级 5c82667b
{ {
"pages": [ "pages": [{
{
"path": "pages/home/index", "path": "pages/home/index",
"style": { "style": {
"navigationBarTitleText": "首页", "navigationBarTitleText": "首页",
"enablePullDownRefresh": true "enablePullDownRefresh": true,
"navigationStyle": "custom"
} }
}, },
{ {
...@@ -13,12 +13,20 @@ ...@@ -13,12 +13,20 @@
"navigationBarTitleText": "我的", "navigationBarTitleText": "我的",
"enablePullDownRefresh": true "enablePullDownRefresh": true
} }
},
{
"path": "pages/announcement/index",
"style": {
"navigationBarTitleText": "社区公告",
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
} }
], ],
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "white", "navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app", "navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#1677FF", "navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8",
"app-plus": { "app-plus": {
"background": "#efeff4" "background": "#efeff4"
...@@ -26,7 +34,7 @@ ...@@ -26,7 +34,7 @@
}, },
"tabBar": { "tabBar": {
"color": "#99A0AF", "color": "#99A0AF",
"selectedColor": "#1677FF", "selectedColor": "#FFFFFF",
"borderStyle": "white", "borderStyle": "white",
"backgroundColor": "#FFFFFF", "backgroundColor": "#FFFFFF",
"list": [{ "list": [{
...@@ -43,4 +51,4 @@ ...@@ -43,4 +51,4 @@
} }
] ]
} }
} }
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论