| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- {
- "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"
- }
- }
|