app.json 4.75 KB
{
  "pages": [
    "pages/index/index/index",    
    "pages/goods/categoryList/categoryList",
    "pages/cart/cart/cart",
    "pages/cart/cart2/cart2",
    "pages/cart/cart4/cart4",
    "pages/goods/goodsInfo/goodsInfo",
    "pages/goods/goodsList/goodsList",
    "pages/goods/search/search",
    "pages/order/refund_order/refund_order",
    "pages/payment/payment/payment",
    "pages/user/index/index",
    "pages/user/order_list/order_list",
    "pages/user/order_detail/order_detail",
    "pages/user/address_list/address_list",
    "pages/user/userinfo/userinfo",
    "pages/user/return_goods_list/return_goods_list",
    "pages/user/coupon/coupon",
    "pages/user/checkcoupon/checkcoupon",
    "pages/user/add_address/add_address",
    "pages/user/withdrawals_list/withdrawals_list",
    "pages/user/add_comment/add_comment",
    "pages/user/return_goods_info/return_goods_info",
    "pages/user/return_goods/return_goods",
    "pages/user/withdrawals/withdrawals",
    "pages/user/recharge/recharge",
    "pages/user/express/express",
    "pages/user/binding_info/binding_info",
    "pages/user/get_user_info/get_user_info",
    "pages/activity/seckill_list/seckill_list",
    "pages/activity/pind_list/pind_list",
    "pages/togoin/togoin",
    "pages/team/team_success/team_success",
    "pages/team/team_show/team_show",
    "pages/team/team_ping/team_ping",
    "pages/cart/cart2_pt/cart2_pt",
    "pages/cart/cart_wk/cart_wk",
    "pages/user/member/menber",
    "pages/user/member/bring/bring",
    "pages/user/member/bring/msg/msg",
    "pages/user/member/account/account",
    "pages/user/member/account_unable/account_unable",
    "pages/user/member/cash_record/cash_record",
    "pages/user/coupons/coupons",
    "pages/user/coupons/qr_code/qr_code",
    "pages/user/coupons/query/index",
    "pages/user/coupons/exchange/exchange",
    "pages/user/integral/integral",
    "pages/user/integral/query/index",
    "pages/user/integral/msg/msg",
    "pages/user/userqy/userqy",
    "pages/user/user_spsy/user_spsy",
    "pages/user/user_fw/user_fw",
    "pages/user/user_coupon/user_coupon",
    "pages/user/grow_value/grow_value",
    "pages/payment/pay_success/pay_success",
    "pages/user/plus/plus",
    "pages/user/cardinfo/cardinfo",
    "pages/user/Detailed/Detailed",
    "pages/user/Change_phone/Change_phone"
 

  ],
  "SubPackages":[
    {
      "root":"packageA",
      "pages":[
          "pages/user/my_service/appment_main",
          "pages/user/my_service/i_service",
          "pages/user/my_service/cosmetology_list",
          "pages/user/my_service/hist_service",
          "pages/user/my_service/tment_details",
          "pages/user/my_service/tment_eval",
          "pages/user/my_service/tment_order_list",
          "pages/user/my_service/beauty_deta",
          "pages/user/labels/labels",
          "pages/user/view_comment/view_comment",
          "pages/giftpack/birthdaygift/birthdaygift",
          "pages/user/comment/comment",
          "pages/giftpack/evaluategift/evaluategift",
          "pages/giftpack/newvipgift/newvipgift",
          "pages/giftpack/payment/payment",
          "pages/giftpack/buygiftpack/giftpackbuy",
          "pages/giftpack/giftpacklist/giftpacklist",
          "pages/giftpack/mygiftpack/mygiftpack",
          "pages/user/assistance/giftpacklist",
          "pages/user/assistance/task_assistance",
          "pages/user/assistance/friend_assistance",
          "pages/user/assistance/assistance_success",
          "pages/user/assistance/assistance"
      ]
    }
  ],
  "permission": {
    "scope.userLocation": {
      "desc": "获取你的位置信息"
    }
  },
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarTextStyle": "black",
    "navigationBarTitleText": "加载中...",
    "navigationBarBackgroundColor": "#ffffff",
    "backgroundColor": "#eeeeee",
    "enablePullDownRefresh": true
  },
  "tabBar": {
    "color": "#6e6d6b",
    "selectedColor": "#f23030",
    "borderStyle": "white",
    "backgroundColor": "#ffffff",
    "list": [
      {
        "pagePath": "pages/index/index/index",
        "text": "首页",
        "iconPath": "images/bar/index.png",
        "selectedIconPath": "images/bar/index_on.png"
      },
      {
        "pagePath": "pages/goods/categoryList/categoryList",
        "text": "分类",
        "iconPath": "images/bar/fl.png",
        "selectedIconPath": "images/bar/fl_on.png"
      },
      {
        "pagePath": "pages/cart/cart/cart",
        "text": "购物车",
        "iconPath": "images/bar/car.png",
        "selectedIconPath": "images/bar/car_on.png"
      },
      {
        "pagePath": "pages/user/index/index",
        "text": "我的",
        "iconPath": "images/bar/user.png",
        "selectedIconPath": "images/bar/user_on.png"
      }
    ]
  },
  "debug": false,
  "sitemapLocation": "sitemap.json"
}