{ "pages": [ { "path": "pages/index/home", "style": { "navigationStyle": "custom", "navigationBarTitleText": "主页" } }, // #ifdef H5 { "path": "pages/index/desk", "style": { "navigationStyle": "custom", "navigationBarTitleText": "书桌", "enablePullDownRefresh": true } }, // #endif { "path": "pages/index/member", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true, "navigationBarTitleText": "会员中心" } }, { "path": "pages/index/user", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true, "navigationBarTitleText": "用户中心" } } ], "subPackages":[ { "root": "subPages", "pages":[ { "path": "login/login", "style": { "navigationStyle": "custom", "navigationBarTitleText": "登录" } }, { "path": "login/userInfo", "style": { "navigationStyle": "custom", "navigationBarTitleText": "用户信息" } }, { "path": "home/plan", "style": { // #ifdef H5 "navigationStyle": "custom", // #endif "navigationBarTitleText": "个人语境方案定制", "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#06DADC" } }, { "path": "home/search", "style": { // #ifdef H5 "navigationStyle": "custom", // #endif "navigationBarTitleText": "搜索" } }, { "path": "home/submit", "style": { // #ifdef H5 "navigationStyle": "custom", // #endif "navigationBarTitleText": "报名个人语境定制" } }, { "path": "home/directory", "style": { // #ifndef H5 "navigationBarTitleText": "目录", "navigationBarBackgroundColor": "#264C8F", "navigationBarTextStyle": "white", // #endif // #ifdef H5 "navigationStyle": "custom", "navigationBarTitleText": "目录" // #endif } }, { "path": "home/richtext", "style": { // #ifdef H5 "navigationStyle": "custom", // #endif "navigationBarTitleText": "内容详情" } }, { "path": "user/introduce", "style": { // #ifdef H5 "navigationStyle": "custom", // #endif "navigationBarTitleText": "产品介绍" } }, { "path": "user/policy", "style": { // #ifdef H5 "navigationStyle": "custom", // #endif "navigationBarTitleText": "服务协议与隐私政策" } }, { "path": "user/profile", "style": { // #ifdef H5 "navigationStyle": "custom", // #endif "navigationBarTitleText": "资料修改" } }, { "path": "user/discount", "style": { // #ifdef H5 "navigationStyle": "custom", // #endif "navigationBarTitleText": "我的优惠券" } }, { "path": "user/promote", "style": { "navigationStyle": "custom" } }, { "path": "user/team", "style": { // #ifdef H5 "navigationStyle": "custom", // #endif "navigationBarTitleText": "我的团队" } }, { "path": "user/cash", "style": { // #ifdef H5 "navigationStyle": "custom", // #endif "navigationBarTitleText": "提现" } }, { "path": "member/recharge", "style": { "navigationStyle": "custom", "navigationBarTitleText": "充值" } }, { "path": "home/book", "style": { "navigationStyle": "custom", "navigationBarTitleText": "书籍" } }, { "path": "home/music", "style": { // #ifdef H5 "navigationStyle": "custom", // #endif "navigationBarTitleText": "音乐切换" } }, { "path": "user/share", "style": { // #ifdef H5 "navigationStyle": "custom", // #endif "navigationBarTitleText": "分享" } } ] } ], "preloadRule": { "pages/index/home": { "network": "all", "packages": ["subPages"] } }, "globalStyle": { "navigationBarTitleText": "四零语境", "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle": "black" }, "tabBar": { "color": "#999", "selectedColor": "#06DADC", "borderStyle": "white", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/home", "text": "主页", "iconPath": "/static/home-icon.png", "selectedIconPath": "/static/home-icon-active.png" }, { "pagePath": "pages/index/desk", "text": "书桌", "iconPath": "/static/desk-icon.png", "selectedIconPath": "/static/desk-icon-active.png" }, { "pagePath": "pages/index/member", "text": "会员", "iconPath": "/static/member-icon.png", "selectedIconPath": "/static/member-icon-active.png" }, { "pagePath": "pages/index/user", "text": "我的", "iconPath": "/static/profile-icon.png", "selectedIconPath": "/static/profile-icon-active.png" } ] } }