|
|
{ "pages": [ "pages/login/login", "pages/index/index", "pages/userInfo/userInfo", "pages/payment/payment", "pages/expense/expense" ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "随便写点啥", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F5F5F5" }, "tabBar": { "color": "#666", "selectedColor": "#36bffa", "backgroundColor": "#fff", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "/static/bar/爱莉1.jpg" }, { "pagePath": "pages/payment/payment", "text": "缴费", "iconPath": "/static/bar/原始黄其振.jpg" }, { "pagePath": "pages/expense/expense", "text": "支出", "iconPath": "/static/bar/无腿黄其振.jpg" }, { "pagePath": "pages/userInfo/userInfo", "text": "我的", "iconPath": "/static/bar/证件照黄其振.jpg" } ] }, "usingComponents": {} }
|