2 Star 9 Fork 5

连俊龙/蔚蓝房产(小程序)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 2.39 KB
一键复制 编辑 原始数据 按行查看 历史
连俊龙 提交于 2022-05-21 13:39 . 连俊龙提交小程序的代码
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
}
,{
"path" : "pages/history/history",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/mine/mine",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/chat/chat",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/map/map",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "马妹甜品店",
"navigationBarBackgroundColor": "#ff5500",
"backgroundColor": "#00ff7f",
"navigationStyle":"custom"
},
"tabBar": {
"color": "black",
"selectedColor": "#2B3082",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/index.png",
"selectedIconPath": "static/index_S.png",
"text": "首页"
},
{
"pagePath": "pages/chat/chat",
"iconPath": "static/chat.png",
"selectedIconPath": "static/chat_S.png",
"text": "微聊"
},
{
"pagePath": "pages/history/history",
"iconPath": "static/history.png",
"selectedIconPath": "static/history_S.png",
"text": "足迹"
},
{
"pagePath": "pages/mine/mine",
"iconPath": "static/mine.png",
"selectedIconPath": "static/mine_S.png",
"text": "我的"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/abc_1326503055/estate.git
git@gitee.com:abc_1326503055/estate.git
abc_1326503055
estate
蔚蓝房产(小程序)
master

搜索帮助