73 lines
1.5 KiB
JSON
73 lines
1.5 KiB
JSON
{
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/news/news",
|
||
"style": {
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": ""
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": ""
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/mall/mall",
|
||
"style": {
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": ""
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/me/me",
|
||
"style": {
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": ""
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/news/news_details",
|
||
"style": {
|
||
"navigationBarTitleText": ""
|
||
}
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#FFFFFF",
|
||
"backgroundColor": "#F7F7F7"
|
||
},
|
||
|
||
"tabBar": {
|
||
"color": "#C6C6C6",
|
||
"selectedColor": "#333333",
|
||
"borderStyle": "black",
|
||
"height": "124.05rpx",
|
||
"list": [{
|
||
"pagePath": "pages/news/news",
|
||
"text": "资讯",
|
||
"iconPath": "/static/tabbar/news.png",
|
||
"selectedIconPath": "/static/tabbar/news_s.png"
|
||
},
|
||
{
|
||
"pagePath": "pages/mall/mall",
|
||
"text": "商城",
|
||
"iconPath": "/static/tabbar/mall.png",
|
||
"selectedIconPath": "/static/tabbar/mall_s.png"
|
||
},
|
||
{
|
||
"pagePath": "pages/me/me",
|
||
"text": "我的",
|
||
"iconPath": "/static/tabbar/me.png",
|
||
"selectedIconPath": "/static/tabbar/me_s.png"
|
||
}
|
||
|
||
]
|
||
}
|
||
|
||
|
||
} |