5 Star 36 Fork 13

恒哥 / 记记账

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 2.47 KB
一键复制 编辑 原始数据 按行查看 历史
恒哥 提交于 2021-03-19 11:28 . 前端模板
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "记记账",
"navigationBarBackgroundColor": "#FDDC2D"
}
},
{
"path": "pages/index/detail",
"style": {
"navigationBarTitleText": "详情",
"navigationBarBackgroundColor": "#FDDC2D"
}
},
{
"path": "pages/chart/index",
"style": {
"navigationBarTitleText": "图表",
"navigationBarBackgroundColor": "#FDDC2D"
}
},
{
"path": "pages/bill/add",
"style": {
"navigationBarTitleText": "记账",
"navigationBarBackgroundColor": "#FDDC2D"
}
},
{
"path": "pages/bill/list",
"style": {
"navigationBarTitleText": "账单",
"navigationBarBackgroundColor": "#FDDC2D"
}
},
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "我的",
"navigationBarBackgroundColor": "#FDDC2D"
// #ifdef MP
,"navigationStyle": "custom"
// #endif
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "赶紧记账吧",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#FFFFFF"
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
},
"tabBar": {
"color": "#C0C4CC",
"selectedColor": "#FAC020",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tab-bar/tab-detail.png",
"selectedIconPath": "static/tab-bar/tab-detail-current.png",
"text": "明细"
},
{
"pagePath": "pages/chart/index",
"iconPath": "static/tab-bar/tab-chart.png",
"selectedIconPath": "static/tab-bar/tab-chart-current.png",
"text": "图表"
},
{
"pagePath": "pages/bill/add",
"iconPath": "static/tab-bar/tab-bill-current.png",
"selectedIconPath": "static/tab-bar/tab-bill-current.png",
"text": "记账"
},
{
"pagePath": "pages/bill/list",
"iconPath": "static/tab-bar/tab-list.png",
"selectedIconPath": "static/tab-bar/tab-list-current.png",
"text": "账单"
},
{
"pagePath": "pages/user/user",
"iconPath": "static/tab-bar/tab-my.png",
"selectedIconPath": "static/tab-bar/tab-my-current.png",
"text": "我的"
}
]
}
}
JavaScript
1
https://gitee.com/henggedaren/book-keeping.git
git@gitee.com:henggedaren/book-keeping.git
henggedaren
book-keeping
记记账
master

搜索帮助