wujingjing
2024-08-06 0dc8bb825b1fb47e0f477a6e4dc93638b2dedf95
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
  "pages": [
    "pages/question/question",
    "pages/scene/scene",
    "pages/login/login",
    "pages/category/category",
    "pages/cart/cart",
    "pages/my/my",
    "pages/test/test"
  ],
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#ffffff",
    "navigationBarTitleText": "WI水务智能管家",
    "navigationBarTextStyle": "black"
  },
  "tabBar": {
    "custom": true,
    "list": [
      {
        "pagePath": "pages/question/question",
        "text": "问答"
      },
      {
        "pagePath": "pages/scene/scene",
        "text": "场景"
      },
      {
        "pagePath": "pages/my/my",
        "text": "我的"
      }
    ]
  },
  "usingComponents": {
    "van-dialog": "@vant/weapp/dialog/index",
    "van-icon": "@vant/weapp/icon/index",
    "van-empty": "@vant/weapp/empty/index",
    "van-swipe-cell": "@vant/weapp/swipe-cell/index",
    "van-checkbox": "@vant/weapp/checkbox/index",
    "van-stepper": "@vant/weapp/stepper/index",
    "van-submit-bar": "@vant/weapp/submit-bar/index",
    "van-action-sheet": "@vant/weapp/action-sheet/index",
    "van-button": "@vant/weapp/button/index",
    "van-popup": "@vant/weapp/popup/index",
    "van-field": "@vant/weapp/field/index",
    "van-cell-group": "@vant/weapp/cell-group/index",
    "van-cell": "@vant/weapp/cell/index",
    "van-datetime-picker": "@vant/weapp/datetime-picker/index",
    "van-goods-action": "@vant/weapp/goods-action/index",
    "van-goods-action-icon": "@vant/weapp/goods-action-icon/index",
    "van-goods-action-button": "@vant/weapp/goods-action-button/index",
    "van-tab": "@vant/weapp/tab/index",
    "van-tabs": "@vant/weapp/tabs/index",
    "fui-drawer": "./libs/firstui/fui-drawer/fui-drawer",
    "fui-list": "./libs/firstui/fui-list/fui-list",
    "fui-list-cell": "./libs/firstui/fui-list-cell/fui-list-cell"
  },
  "sitemapLocation": "sitemap.json",
  "subPackages": [
    {
      "root": "modules/settingModule",
      "name": "settingModule",
      "pages": [
        "pages/settings/settings",
        "pages/address/add/index",
        "pages/address/list/index",
        "pages/profile/profile"
      ]
    },
    {
      "root": "modules/goodModule",
      "name": "goodModule",
      "pages": [
        "pages/goods/list/list",
        "pages/goods/detail/detail"
      ]
    },
    {
      "root": "modules/orderPayModule",
      "name": "orderPayModule",
      "pages": [
        "pages/order/detail/detail",
        "pages/order/list/list"
      ]
    }
  ],
  "preloadRule": {
    "modules/orderPayModule/pages/order/detail/detail": {
      "network": "all",
      "packages": [
        "settingModule"
      ]
    },
    "pages/category/category": {
      "network": "all",
      "packages": [
        "goodModule"
      ]
    },
    "pages/cart/cart": {
      "network": "all",
      "packages": [
        "orderPayModule"
      ]
    }
  },
  "requiredPrivateInfos": [
    "getLocation",
    "chooseLocation"
  ],
  "permission": {
    "scope.userLocation": {
      "desc": "获取地理位置信息用于填写收货地址"
    }
  },
  "resolveAlias": {
    "@/*": "/*"
  },
  "lazyCodeLoading": "requiredComponents"
}