1 Star 1 Fork 5

suliangchun/uni-app_ordering

forked from 林泳华/uni-app_ordering 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.12 KB
一键复制 编辑 原始数据 按行查看 历史
林泳华 提交于 2020-06-08 21:18 . all commit
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom",
"usingComponents": {
"van-notice-bar": "/wxcomponents/vant/dist/notice-bar/index"
}
}
},
{
"path": "pages/me/me",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
}
},
{
"path": "pages/shopBag/shopBag",
"style": {
"navigationBarTitleText": "购物袋",
"navigationStyle": "custom"
}
},
{
"path": "pages/ordering/ordering",
"style": {
"navigationBarTitleText": "点餐",
"navigationStyle": "custom"
}
},
{
"path": "pages/comfireOrder/comfireOrder",
"style": {
"navigationBarTitleText": "确认订单",
"navigationStyle": "custom"
}
},
{
"path": "pages/evaluate/evaluate",
"style": {
"navigationBarTitleText": "我的订单",
"navigationStyle": "custom"
}
},
{
"path": "pages/comment/comment",
"style": {
"navigationBarTitleText": "评价",
"navigationStyle": "custom"
}
},
{
"path": "pages/allComment/allComment",
"style": {
"navigationBarTitleText": "所有评价",
"navigationStyle": "custom"
}
},
{
"path": "pages/userSettings/userSettings",
"style": {
"navigationBarTitleText": "个人信息",
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "点餐",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#FFFFFF"
},
"tabBar": {
"color": "#cccccc",
"selectedColor": "#FBCA18",
"backgroundColor": "#fff",
"position": "bottom",
"borderStyle": "black",
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/images/首页-未选中.png",
"selectedIconPath": "static/images/首页-选中.png"
},
{
"pagePath": "pages/me/me",
"text": "我的",
"iconPath": "static/images/我的_未选中.png",
"selectedIconPath": "static/images/我的_选中.png"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/suliangchun/uni-app_ordering.git
git@gitee.com:suliangchun/uni-app_ordering.git
suliangchun
uni-app_ordering
uni-app_ordering
master

搜索帮助