{ "pages": [{ "path": "pages/me/me", "style": { "navigationBarTitleText": "数据更新" } }, { "path": "pages/middle/middle", "style": { "navigationBarTitleText": "记录查询" } }, { "path": "pages/index/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/pricate/pricate", "style": { "navigationBarTitleText": "个人中心" } }, { "path": "pages/aboutme/aboutme", "style": { "navigationBarTitleText": "我的", "navigationBarBackgroundColor": "#FE5786", "enablePullDownRefresh": true } }, { "path": "pages/surpermarket/surpermarket", "style": { "navigationBarTitleText": "我的", "navigationBarBackgroundColor": "#FE5786", "enablePullDownRefresh": true } }, { "path": "pages/useragreement/useragreement", "style": { "navigationBarTitleText": "用户协议", "navigationBarBackgroundColor": "#FE5786" } }, { "path": "pages/login/index", "style": { "navigationBarTitleText": "登录", "navigationBarBackgroundColor": "#FE5786" } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#007AFF", "backgroundColor": "#FFFFFF" }, "easycom": { "autoscan": true, "custom": { "cl-(.*)": "@/cool/ui/components/$1/$1.vue", "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" } }, "tabBar": { "selectedColor": "#1296db", "list": [{ "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/tabbar1.png", "selectedIconPath": "static/tabbar5.png" }, { "pagePath": "pages/middle/middle", "text": "智能融资", "iconPath": "static/tabbar2.png", "selectedIconPath": "static/tabbar6.png" }, { "pagePath": "pages/surpermarket/surpermarket", "text": "金融超市", "iconPath": "static/tabbar4.png", "selectedIconPath": "static/tabbar8.png" }, { "pagePath": "pages/me/me", "text": "政策解读", "iconPath": "static/tabbar4.png", "selectedIconPath": "static/tabbar8.png" }, { "pagePath": "pages/aboutme/aboutme", "text": "我的", "iconPath": "static/tabbar4.png", "selectedIconPath": "static/tabbar8.png" } ] } }