{ // entryPagesPath "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/init", "style": { "navigationStyle": "custom" } }, { "path": "pages/login/wechatlogin", "style": { "navigationStyle": "custom" } }, { "path": "pages/home_tab_one", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/home_tab_two", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/home_tab_three", "style": { "navigationBarTitleText": "拼卡", "navigationStyle": "custom" } }, { "path": "pages/home_tab_four", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/home_tab_five", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/xieyi", "style": { "navigationBarTitleText": "" } } ], "subPackages": [{ "root": "pagesMain", "pages": [{ "path": "pages/xzmd", "style": { "navigationBarTitleText": "选择门店" } }, { "path": "pages/mdhd", "style": { "navigationBarTitleText": "" } }, { "path": "pages/ydxq", "style": { "navigationBarTitleText": "预订详情" } }, { "path": "pages/zfjg", "style": { "navigationBarTitleText": "支付结果" } }, { "path": "pages/ddxq", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "pages/ldxx", "style": { "navigationBarTitleText": "领队信息" } }, { "path": "pages/hdxq", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/ljyd", "style": { "navigationBarTitleText": "立即预订" } } ] }, { "root": "pagesMine", "pages": [{ "path": "pages/user_info", "style": { "navigationBarTitleText": "编辑资料" } }, { "path": "pages/user_edit_name", "style": { "navigationBarTitleText": "编辑昵称" } }, { "path": "pages/user_smxx", "style": { "navigationBarTitleText": "实名信息" } }, { "path": "pages/user_report", "style": { "navigationBarTitleText": "举报" } }, { "path": "pages/user_grzy", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/user_wdkz", "style": { "navigationBarTitleText": "我的卡座" } }, { "path": "pages/user_message", "style": { "navigationBarTitleText": "我的消息" } }, { "path": "pages/user_chat", "style": { "navigationBarTitleText": "消息" } }, { "path": "pages/user_wdzj", "style": { "navigationBarTitleText": "我的足迹" } }, { "path": "pages/user_wddw", "style": { "navigationBarTitleText": "我的队伍" } }, { "path": "pages/user_thwj", "style": { "navigationBarTitleText": "RICCO头号玩家" } }, { "path": "pages/user_thwjjh", "style": { "navigationBarTitleText": "头号玩家计划", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#FFFFFF" // 设置标题栏背景颜色为白色 } } ] }, { "root": "subPackages", "pages": [{ "path": "withdrawalCash/withdrawalCash", "style": { "navigationBarTitleText": "业绩提现", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#FFFFFF" // 设置标题栏背景颜色为白色 } }] } ], /* 分包预载配置 */ // "preloadRule": { // "pages/home_tab_one": { // "network": "all", // "packages": ["pages/my"] // } // }, "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "花海", "navigationBarBackgroundColor": "#0F0F0F", "backgroundColor": "#0F0F0F" }, /* 底部菜单 */ "tabBar": { "backgroundColor": "#0F0F0F", "color": "#878787", //菜单上的文字默认颜色 "selectedColor": "#FE42C2", //菜单上的文字选中时的颜色 "borderStyle": "black", //菜单上边框的颜色,仅支持 black/white "list": [{ "pagePath": "pages/home_tab_one", //页面路径,必须在 pages 中先定义 "iconPath": "static/tabbar/icon_tab_sy.png", //建议尺寸为 81px * 81px "selectedIconPath": "static/tabbar/icon_tab_sy_s.png", //建议尺寸为 81px * 81px "text": "首页" //菜单上按钮文字,在 5+APP 和 H5 平台为非必填。例如中间可放一个没有文字的+号图标 }, { "pagePath": "pages/home_tab_two", "iconPath": "static/tabbar/icon_tab_dk.png", "selectedIconPath": "static/tabbar/icon_tab_dk_s.png", "text": "订卡" }, { "pagePath": "pages/home_tab_three", "iconPath": "static/tabbar/icon_tab_pk.png", "selectedIconPath": "static/tabbar/icon_tab_pk_s.png", "text": "拼卡" }, { "pagePath": "pages/home_tab_four", "iconPath": "static/tabbar/icon_tab_sq.png", "selectedIconPath": "static/tabbar/icon_tab_sq_s.png", "text": "社区" }, { "pagePath": "pages/home_tab_five", "iconPath": "static/tabbar/icon_tab_wd.png", "selectedIconPath": "static/tabbar/icon_tab_wd_s.png", "text": "我的" } ] }, "uniIdRouter": {} }