{ "pages": [{ "path": "pages/index/index", "style": { "navigationBarTitleText": "酒谷", "navigationBarBackgroundColor": "#FF6600", "navigationBarTextStyle": "white", "enablePullDownRefresh": true, "backgroundTextStyle": "dark" } }, { "path": "pages/community/index", "style": { "navigationBarTitleText": "社区" } }, { "path": "pages/legou/index", "style": { "navigationBarTitleText": "乐购" } }, { "path": "pages/cart/index", "style": { "navigationBarTitleText": "购物车" } }, { "path": "pages/user/index", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/auth/login", "style": { "navigationStyle": "custom", "navigationBarTitleText": "登录注册" } }, { "path": "pages/search/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "商品搜索" } }, { "path": "pages/product/detail", "style": { "navigationBarTitleText": "商品详情", "navigationBarBackgroundColor": "#FF6600", "navigationBarTextStyle": "white" } }, { "path": "pages/test/auth-test", "style": { "navigationBarTitleText": "权限测试", "navigationBarBackgroundColor": "#FF6600", "navigationBarTextStyle": "white" } }], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "酒谷", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "app-plus": { "background": "#efeff4" } }, "tabBar": { "custom": true, "color": "#999999", "selectedColor": "#FF6600", "backgroundColor": "#FFFFFF", "borderStyle": "black", "list": [{ "pagePath": "pages/index/index", "text": "首页" }, { "pagePath": "pages/community/index", "text": "社区" }, { "pagePath": "pages/legou/index", "text": "乐购" }, { "pagePath": "pages/cart/index", "text": "购物车" }, { "pagePath": "pages/user/index", "text": "我的" }] } }