{ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ { "path": "pages/index/video", "style": { "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#000000", "navigationStyle": "custom" } }, { "path": "pages/index/index", "style": { "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#000000", "navigationStyle": "custom" } }, { "path": "pages/public/register", "style": { "navigationBarTitleText": "注册", "app-plus": { "titleNView": { "type": "transparent" } } } }, { "path": "pages/public/login", "style": { "navigationBarTitleText": "登录", "app-plus": { "titleNView": { "type": "transparent" } } } }, { "path": "pages/public/wxLogin", "style": { "navigationBarTitleText": "微信登录", "app-plus": { "titleNView": { "type": "transparent" } } } }, { "path": "pages/public/forget", "style": { "navigationBarTitleText": "忘记密码", "app-plus": { "titleNView": { "type": "transparent" } } } }, { "path": "pages/set/password", "style": { "navigationBarTitleText": "修改密码" } }, { "path": "pages/set/userinfo", "style": { "navigationBarTitleText": "设置", "navigationBarBackgroundColor": "#000000", "navigationBarTextStyle": "white" } }, { "path": "pages/index/male", "style": { "navigationBarTitleText": "详情", "navigationBarBackgroundColor": "#000000", "navigationBarTextStyle": "white" } }, { "path": "pages/profit/profit", "style": { "navigationBarTitleText": "受益中心", "navigationBarBackgroundColor": "#000000", "navigationBarTextStyle": "white" } }, { "path": "pages/profit/fund", "style": { "navigationBarTitleText": "详情", "navigationBarBackgroundColor": "#000000", "navigationBarTextStyle": "white" } }, { "path": "pages/index/info", "style": { "navigationBarTitleText": "打款信息", "navigationBarBackgroundColor": "#000000", "navigationBarTextStyle": "white" } }, { "path": "pages/index/infoDetail", "style": { "navigationBarTitleText": "详情", "navigationBarBackgroundColor": "#000000", "navigationBarTextStyle": "white" } }, { "path": "pages/user/team", "style": { "navigationBarTitleText": "我的团队", "navigationBarBackgroundColor": "#000000", "navigationBarTextStyle": "white" } }, { "path": "pages/user/user", "style": { "navigationBarTitleText": "我的", "navigationBarBackgroundColor": "#000000", "navigationBarTextStyle": "white" } }, { "path": "pages/redirect/redirect", "style": { "navigationBarTitleText": "微信登录跳转页面", "app-plus": { "titleNView": false } } }, { "path": "pages/user/shareQrCode", "style": { "navigationBarTitleText": "我的二维码", "navigationBarBackgroundColor": "#000000", "navigationBarTextStyle": "white" } }, { "path": "pages/user/promotion", "style": { "navigationBarTextStyle": "white", "app-plus": { "titleNView": { "backgroundColor": "#15130f", "type": "float", "titleText": "我的帮扶" } } } }, { "path": "pages/user/applyList", "style": { "navigationBarTitleText": "审核列表", "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#000000" } }, { "path": "pages/index/list", "style": { "navigationBarTitleText": "通告列表", "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#000000" } }, { "path": "pages/index/article", "style": { "navigationBarTitleText": "通告详情", "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#000000" } }, { "path": "pages/user/upgrade", "style": { "navigationBarTitleText": "升级会员", "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#000000" } }, { "path": "pages/upload/upload", "style": { "navigationBarTitleText": "上传资料", "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#000000" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#f8f8f8" }, "tabBar": { "color": "#71614f", "selectedColor": "#FAD6B0", "borderStyle": "black", "backgroundColor": "#15130f", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/tabBar/home.png", "selectedIconPath": "static/tabBar/home-action.png", "text": "首页" }, { "pagePath": "pages/user/applyList", "iconPath": "static/tabBar/center.png", "selectedIconPath": "static/tabBar/center-action.png", "text": "审核列表" }, { "pagePath": "pages/user/user", "iconPath": "static/tabBar/user.png", "selectedIconPath": "static/tabBar/user-action.png", "text": "我的" } ] } }