1 Star 0 Fork 2

zhangpeng2k/tcb-hackthon-gugugu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
疯狂减肥带 提交于 2020-02-05 11:27 . 消毒科普列表(吃饭去了
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "消毒乐"
}
},{
"path": "pages/list/list",
"style": {
"navigationBarTitleText": "地图"
}
}
,{
"path" : "pages/study/study",
"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": "地图"
}]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/HelloBugWorld/tcb-hackthon-gugugu.git
[email protected]:HelloBugWorld/tcb-hackthon-gugugu.git
HelloBugWorld
tcb-hackthon-gugugu
tcb-hackthon-gugugu
master

搜索帮助