代码拉取完成,页面将自动刷新
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": ""
}
}, {
"path": "pages/center/center",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue8b9",
"fontSrc": "/static/icon/iconfont.ttf",
"fontSize": "26px",
"float": "left"
}]
}
}
}
}, {
"path": "pages/feeds/feeds",
"style": {
"navigationBarTitleText": "发布",
"enablePullDownRefresh": false
}
}, {
"path": "pages/auth/login",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#FFF",
"app-plus": {
"titleNView": false
}
}
}, {
"path": "pages/auth/register",
"style": {
"navigationBarTitleText": "用户注册",
"enablePullDownRefresh": false
}
}, {
"path": "pages/index/components/menu",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/404/404",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#60C696",
"backgroundColor": "#fff"
},
"tabBar": {
"color": "#959899",
"selectedColor": "#60C696",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/static/images/home.png",
"selectedIconPath": "/static/images/home_light.png"
},
{
"pagePath": "pages/feeds/feeds",
"text": "发布",
"iconPath": "/static/images/camera.png",
"selectedIconPath": "/static/images/camera_light.png"
}, {
"pagePath": "pages/center/center",
"text": "个人中心",
"iconPath": "/static/images/my.png",
"selectedIconPath": "/static/images/my_light.png"
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。