app.json 1.19 KB
{
  "pages": [
    "pages/index/index",
    "pages/create-wish/create-wish",
    "pages/prize-detail/prize-detail",
    "pages/user-table/user-table",
    "pages/authorize/authorize",
    "pages/coop/coop",
    "pages/register/register",
    "pages/login/login",
    "pages/wish/wish",
    "pages/question/question",
    "pages/new-welfare/new-welfare",
    "pages/coupon-detail/coupon-detail",
    "pages/rank/rank",
    "pages/poster/poster",
    "pages/my-card/my-card",
    "pages/example/example",
    "pages/more/more"
  ],
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#fff",
    "navigationBarTitleText": "心愿单",
    "navigationBarTextStyle": "black"
  },
  "permission": {
    "scope.userLocation": {
      "desc": "你的位置信息将用显示附近门店"
    }
  },
  "usingComponents": {
    "authorize-comp": "../../component/authorize-comp/authorize-comp",
    "empty-tips": "../../component/empty-tips/empty-tips",
    "tips-guide-register-comp": "../../component/tips-guide-register-comp/tips-guide-register-comp",
    "tips-privacy-comp": "../../component/tips-privacy-comp/tips-privacy-comp",
    "van-popup": "../../ui/vant-weapp/popup/index"
  }
}