代码拉取完成,页面将自动刷新
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/demo/demo",
"style" : {
"navigationBarTitleText":"view和text组件"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "仿糗事百科-首页"
}
}
,{
"path" : "pages/list/list",
"style" : {
"navigationBarTitleText": "仿糗事百科-列表页"
}
}
,{
"path" : "pages/news/news",
"style" : {}
}
,{
"path" : "pages/paper/paper",
"style" : {}
}
,{
"path" : "pages/home/home",
"style" : {}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "仿糗事百科",
"navigationBarBackgroundColor": "#FFB400",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#ADADAD",
"selectedColor": "#FFB400",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabBar/index.png",
"selectedIconPath": "static/tabBar/indexed.png",
"text": "糗事"
},{
"pagePath": "pages/news/news",
"iconPath": "static/tabBar/news.png",
"selectedIconPath": "static/tabBar/newsed.png",
"text": "动态"
},{
"pagePath": "pages/paper/paper",
"iconPath": "static/tabBar/paper.png",
"selectedIconPath": "static/tabBar/papered.png",
"text": "小纸条"
},{
"pagePath": "pages/home/home",
"iconPath": "static/tabBar/home.png",
"selectedIconPath": "static/tabBar/homeed.png",
"text": "我的"
}]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。