zhaojs
2023-04-25 f38ca22088b7a0de7e7db316c564b4bf7526f105
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
{
  "pages": [
    "pages/index/index",
    "pages/classify/index",
    "pages/mine/index",
    "pages/index/ability/index",
    "pages/index/search/index",
    "pages/index/ability/coupon",
    "pages/goodDetail/index",
    "pages/rankingList/index",
    "pages/madBuy/index",
    "pages/webShow/index"
  ],
  "window": {
    "navigationBarTextStyle": "black",
    "navigationBarTitleText": "uni-app",
    "navigationBarBackgroundColor": "#F8F8F8",
    "backgroundColor": "#F8F8F8"
  },
  "tabBar": {
    "color": "#7A7E83",
    "selectedColor": "#007AFF",
    "borderStyle": "black",
    "backgroundColor": "#F8F8F8",
    "list": [
      {
        "pagePath": "pages/index/index",
        "text": "首页",
        "iconPath": "static/shouye.png",
        "selectedIconPath": "static/shouyeHL.png"
      },
      {
        "pagePath": "pages/classify/index",
        "iconPath": "static/classify.png",
        "selectedIconPath": "static/classifyHL.png",
        "text": "分类"
      },
      {
        "pagePath": "pages/rankingList/index",
        "iconPath": "static/homeimg/ph.png",
        "selectedIconPath": "static/homeimg/phHL.png",
        "text": "排行"
      },
      {
        "pagePath": "pages/mine/index",
        "iconPath": "static/mine.png",
        "selectedIconPath": "static/mineHL.png",
        "text": "商城"
      }
    ]
  },
  "lazyCodeLoading": "requiredComponents",
  "navigateToMiniProgramAppIDList": [
    "wx67eecd52133af7b5"
  ],
  "usingComponents": {}
}