加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
javazj 提交于 2023-11-03 11:21 . init
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/index/yuding",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/shop/select",
"style": {
"navigationBarTitleText": "选择门店"
}
},
{
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "个人中心"
}
},
{
"path": "pages/my/about",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/my/feedback",
"style": {
"navigationBarTitleText": "意见反馈"
}
},
{
"path": "pages/order/index",
"style": {
"navigationBarTitleText": "我的预定",
"enablePullDownRefresh": true
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
"color": "#dbdbdb",
"selectedColor": "#333333",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/images/nav/index-off.png",
"selectedIconPath": "static/images/nav/index-on.png",
"text": "首页"
},
{
"pagePath": "pages/order/index",
"iconPath": "static/images/nav/yuding-off.png",
"selectedIconPath": "static/images/nav/yuding-on.png",
"text": "我的预定"
},
{
"pagePath": "pages/my/index",
"iconPath": "static/images/nav/my-off.png",
"selectedIconPath": "static/images/nav/my-on.png",
"text": "个人中心"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化