{ "pages": [ { "path": "pages/page/redirect", "style": { "navigationBarTitleText": "加载中..." } }, { "path": "pages/page/login/index", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/page/webview/index", "style": { "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } } ], "subPackages": [ { "root": "pages/home", "pages": [ { "path": "index", "style": { "navigationBarTitleText": "首页" } } ] }, { "root": "pages/shop", "pages": [ { "path": "index", "style": { "navigationBarTitleText": "首页" } } ] }, { "root": "pages/category", "pages": [ { "path": "index", "style": { "navigationBarTitleText": "首页" } } ] }, { "root": "pages/user", "pages": [ { "path": "index", "style": { "navigationBarTitleText": "注册" } }, { "path": "register", "style": { "navigationBarTitleText": "注册" } }, { "path": "password", "style": { "navigationBarTitleText": "修改密码" } } ] }, { "root": "pages/goods", "pages": [ { "path": "detail", "style": { "navigationBarTitleText": "详情" } } ] }, { "root": "pages/pay", "pages": [ { "path": "index", "style": { "navigationBarTitleText": "支付" } } ] }, { "root": "pages/callback", "pages": [ { "path": "index" } ] }, { "root": "pages/coupon", "pages": [ { "path": "list", "style": { "navigationBarTitleText": "优惠券", "enablePullDownRefresh": true } } ] }, { "root": "pages/order", "pages": [ { "path": "list", "style": { "navigationBarTitleText": "订单列表", "enablePullDownRefresh": true } }, { "path": "detail", "style": { "navigationBarTitleText": "订单列表", "enablePullDownRefresh": true } }, { "path": "buy", "style": { "navigationBarTitleText": "订单确认" } } ] }, { "root": "pages/interest", "pages": [ { "path": "invite", "style": { "navigationBarTitleText": "邀请排行", "enablePullDownRefresh": true } }, { "path": "level", "style": { "navigationBarTitleText": "会员等级", "enablePullDownRefresh": true } } ] } ], "globalStyle": { // #ifdef H5 "navigationStyle": "custom", // #endif "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "花卉宝", "navigationBarTextStyle": "black" } }