代码拉取完成,页面将自动刷新
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/index/index",
"style" :
{
"navigationBarTitleText" : "index",
"enablePullDownRefresh" : false
}
},
{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "home"
}
},
{
"path" : "pages/telep/telep",
"style" :
{
"navigationBarTitleText" : "telep",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/i/i",
"style" :
{
"navigationBarTitleText" : "i",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/demo/demo",
"style" :
{
"navigationBarTitleText" : "demo",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/home/webview",
"style" :
{
"navigationBarTitleText" : "webview"
}
},
{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText" : "login",
"enablePullDownRefresh" : false
}
}
],
"globalStyle": {
"navigationStyle": "custom",
"enablePullDownRefresh" : true,
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
"color": "#999",// 文字颜色
"selectedColor": "#FE1C32",//文字选中颜色
"iconWidth": "80rpx",
"height": "120rpx",
"fontSize": "24rpx",
"list": [
{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "static/image/icon/home.png",
"selectedIconPath": "static/image/icon/home_a.png"
},
{
"pagePath": "pages/telep/telep",
"text": "通讯录",
"iconPath": "static/image/icon/txl.png",
"selectedIconPath": "static/image/icon/txl_a.png"
},
{
"pagePath": "pages/i/i",
"text": "我的",
"iconPath": "static/image/icon/i.png",
"selectedIconPath": "static/image/icon/i_a.png"
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。