{ "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": "首页", "navigationStyle": "custom" } }, { "path": "pages/userInfo/userInfo", "style": { "navigationBarTitleText": "个人信息", "navigationStyle": "custom" } }, { "path": "pages/payment/payment", "style": { "navigationBarTitleText": "缴费记录", "navigationStyle": "custom" } }, { "path": "pages/expense/expense", "style": { "navigationBarTitleText": "支出记录", "navigationStyle": "custom" } }, { "path": "pages/testInterface/testInterface", "style": { "navigationBarTitleText": "金币明细", "navigationStyle": "custom" } } ], "globalStyle": { "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" } ] } }