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

配置+图片

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