unknown
2022-03-16 5c4732c1d40ea63ed246be568c88d5fcf3b25f26
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
{
  "pages": [
    "pages/home/home"
  ],
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#fff",
    "navigationBarTitleText": "中小企业环境守法服务平台",
    "navigationBarTextStyle": "black"
  },
  "tabBar": {
    "selectedColor": "#0963F5",
    "list": [
      {
        "pagePath": "pages/home/home",
        "text": "首页",
        "iconPath": "/res/icons/tab_1.png",
        "selectedIconPath": "res/icons/tab_1_select.png"
      },
      {
        "pagePath": "pages/home/home",
        "text": "自测智评",
        "iconPath": "/res/icons/tab_1.png",
        "selectedIconPath": "res/icons/tab_1_select.png"
      },
      {
        "pagePath": "pages/home/home",
        "text": "守法承诺",
        "iconPath": "/res/icons/tab_1.png",
        "selectedIconPath": "res/icons/tab_1_select.png"
      },
      {
        "pagePath": "pages/home/home",
        "text": "我的",
        "iconPath": "/res/icons/tab_1.png",
        "selectedIconPath": "res/icons/tab_1_select.png"
      }
    ]
  },
  "style": "v2",
  "sitemapLocation": "sitemap.json",
  "lazyCodeLoading": "requiredComponents"
}