1 Star 0 Fork 0

七只熊/hdBotanicGardenApp2023

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
七只熊 提交于 2023-12-29 16:49 . 第一版门票
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "华东药用植物园免费预约系统",
"navigationStyle": "custom"
}
},
{
"path": "pages/appointment/index",
"style": {
"navigationBarTitleText": "预约",
"navigationStyle": "custom"
}
},
{
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
}
},
{
"path": "pages/nav/audience",
"style": {
"navigationBarTitleText": "常用观众",
"navigationStyle": "custom"
}
},
{
"path": "pages/nav/myTicket",
"style": {
"navigationBarTitleText": "门票预约记录",
"navigationStyle": "custom"
}
},
{
"path": "pages/ticket/index",
"style": {
"navigationBarTitleText": "订单详情",
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "华东药用植物园免费预约系统",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#1989fa",
"borderStyle": "black",
"backgroundColor": "#FFF",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbars/tabbar1.png",
"selectedIconPath": "static/tabbars/tabbar1_1.png",
"text": "预约服务"
},
{
"pagePath": "pages/my/index",
"iconPath": "static/tabbars/tabbar2.png",
"selectedIconPath": "static/tabbars/tabbar2_2.png",
"text": "我的"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/seven_bears/hd-botanic-garden-app2023.git
git@gitee.com:seven_bears/hd-botanic-garden-app2023.git
seven_bears
hd-botanic-garden-app2023
hdBotanicGardenApp2023
main

搜索帮助