{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页", "navigationStyle": "custom" } }, { "path": "pages/school/index", "style": { "navigationBarTitleText": "门派", "navigationStyle": "custom" } }, { "path": "pages/intelLigence/index", "style": { "navigationBarTitleText": "赛事", "navigationStyle": "custom" } }, { "path": "pages/rankList/index", "style": { "navigationBarTitleText": "排行榜", "navigationStyle": "custom" } }, { "path": "pages/user/index", "style": { "navigationBarTitleText": "我的", "navigationStyle": "custom" } }, { "path": "pages/user/compontents/attention", "style": { "navigationBarTitleText": "关注列表", "navigationStyle": "custom" } }, { "path": "pages/user/compontents/recharge", "style": { "navigationBarTitleText": "充值", "navigationStyle": "custom" } }, { "path": "pages/user/compontents/discount", "style": { "navigationBarTitleText": "打折活动", "navigationStyle": "custom" } }, { "path": "pages/user/compontents/purchasedPlan", "style": { "navigationBarTitleText": "已购方案", "navigationStyle": "custom" } }, { "path": "pages/user/compontents/integralShop", "style": { "navigationBarTitleText": "积分商城", "navigationStyle": "custom" } }, { "path": "pages/user/compontents/VIPMember", "style": { "navigationBarTitleText": "VIP", "navigationStyle": "custom" } }, { "path": "pages/index/compontents/bigMaster", "style": { "navigationBarTitleText": "大宗师", "navigationStyle": "custom" } }, { "path": "pages/index/compontents/masterHand", "style": { "navigationBarTitleText": "高手详情", "navigationStyle": "custom" } }, { "path": "pages/login/index", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {}, "tabBar": { "list": [{ "pagePath": "pages/index/index", "text": "首页" }, { "pagePath": "pages/school/index", "text": "门派" }, { "pagePath": "pages/intelLigence/index", "text": "赛事" }, { "pagePath": "pages/rankList/index", "text": "排行榜" }, { "pagePath": "pages/user/index", "text": "我的" } ] } }