3 Star 4 Fork 2

疯狂减肥带 / tcb-hackthon-gugugu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
疯狂减肥带 提交于 2020-02-06 20:36 . 首页及地点页完成
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "消毒乐",
"enablePullDownRefresh": true
}
},{
"path": "pages/list/list",
"style": {
"navigationBarTitleText": "地图"
}
}
,{
"path" : "pages/study/study",
"style" : {
"navigationBarTitleText": "知识科普"
}
}
,{
"path" : "pages/article/article",
"style" : {}
}
,{
"path" : "pages/send/send",
"style" : {
"navigationBarTitleText": "消毒发布"
}
}
,{
"path" : "pages/send/send2",
"style" : {}
}
,{
"path" : "pages/place/place",
"style" : {
"navigationBarTitleText": "消毒情况"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "消毒乐",
"navigationBarBackgroundColor": "#014a99",
"backgroundColor": "#F8F8F8"
},"tabBar": {
"borderStyle": "black",
"backgroundColor": "rgba(255,255,255,1)",
"color": "#B3B3B3",
"selectedColor": "#137787",
"list":[{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar2.png",
"selectedIconPath": "static/tabbar1.png",
"text": "首页"
},
{
"pagePath": "pages/list/list",
"iconPath": "static/tabbar4.png",
"selectedIconPath": "static/tabbar3.png",
"text": "地图"
}]
}
}
JavaScript
1
https://gitee.com/haocity/tcb-hackthon-gugugu.git
git@gitee.com:haocity/tcb-hackthon-gugugu.git
haocity
tcb-hackthon-gugugu
tcb-hackthon-gugugu
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891