代码拉取完成,页面将自动刷新
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "添加安排"
}
},
{
"path": "pages/list/list",
"style": {
"navigationBarTitleText": "任务清单"
}
},
{
"path": "pages/profile/profile",
"style": {
"navigationBarTitleText": "个人设置"
}
},
{
"path": "pages/edit/edit",
"style": {
"navigationBarTitleText": "重新编辑"
}
},
{
"path": "pages/overdue/overdue",
"style": {
"navigationBarTitleText": "已过期日程"
}
}
],
"tabBar": {
"selectedColor": "#2abb9b",
"borderStyle": "black",
"backgroundColor":"#FFFFFF",
"fontSize":"13px",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/image/edit@2x.png",
"selectedIconPath": "static/image/edit@2x.png",
"text": "添加"
}, {
"pagePath": "pages/list/list",
"iconPath": "static/image/to-do-list.png",
"selectedIconPath": "static/image/to-do-list.png",
"text": "清单"
},
{
"pagePath": "pages/overdue/overdue",
"iconPath": "static/image/workbook@3x.png",
"selectedIconPath": "static/image/workbook@3x.png",
"text": "过期清单"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "必",
"navigationBarBackgroundColor": "#4daf7c",
"backgroundColor": "#F8F8F8"
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。