2 Star 0 Fork 0

jingqw/uni-cashbook

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.73 KB
一键复制 编辑 原始数据 按行查看 历史
jingqw 提交于 2019-11-22 18:53 . 首页,订单列表,详情的准备
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {}
},
{
"path": "pages/contacts/contacts",
"style": {}
},
{
"path": "pages/statistics/statistics",
"style": {}
}, {
"path": "pages/my/my",
"style": {}
}, {
"path": "pages/order/orderList",
"style": {}
}, {
"path": "pages/order/orderDetail",
"style": {}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "家庭记账本",
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#C0C4CC",
"selectedColor": "#fa436a",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/order.png",
"selectedIconPath": "static/tabbar/select-order.png",
"text": "首页"
},
{
"pagePath": "pages/statistics/statistics",
"iconPath": "static/tabbar/statistics.png",
"selectedIconPath": "static/tabbar/select-statistics.png",
"text": "统计"
},
{
"pagePath": "pages/contacts/contacts",
"iconPath": "static/tabbar/chart.png",
"selectedIconPath": "static/tabbar/select-chart.png",
"text": "圈子"
},
{
"pagePath": "pages/my/my",
"iconPath": "static/tabbar/my.png",
"selectedIconPath": "static/tabbar/select-my.png",
"text": "我"
}
]
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "联系人", //模式名称
"path": "pages/contacts/contacts", //启动页面
"query": "" //启动参数
}]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jingqw/uni-cashbook.git
git@gitee.com:jingqw/uni-cashbook.git
jingqw
uni-cashbook
uni-cashbook
master

搜索帮助