81 lines
1.8 KiB
JSON
81 lines
1.8 KiB
JSON
{
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
|
|
}
|
|
},
|
|
"pages": [
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "登录",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/add/add",
|
|
"style": {
|
|
"navigationBarTitleText": "添加账单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/statistics/statistics",
|
|
"style": {
|
|
"navigationBarTitleText": "统计"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/bill/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "编辑账单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/account/account",
|
|
"style": {
|
|
"navigationBarTitleText": "账户管理"
|
|
}
|
|
}
|
|
],
|
|
"tabBar": {
|
|
"color": "#7A7E83",
|
|
"selectedColor": "#667eea",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "static/tabbar/home.png",
|
|
"selectedIconPath": "static/tabbar/home-active.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/add/add",
|
|
"iconPath": "static/tabbar/add.png",
|
|
"selectedIconPath": "static/tabbar/add-active.png",
|
|
"text": "记账"
|
|
},
|
|
{
|
|
"pagePath": "pages/statistics/statistics",
|
|
"iconPath": "static/tabbar/statistics.png",
|
|
"selectedIconPath": "static/tabbar/statistic-active.png",
|
|
"text": "统计"
|
|
}
|
|
]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "强宝爱记账",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
}
|
|
}
|