hailu
2023-11-27 0ad28dbac74ba51b604c31c2dee7494d4e7f8fe4
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
{
  "pages": [
    "pages/login/login",
    "pages/forgot/forgot",
    "pages/home/home",
    "pages/person/person",
    "pages/personSet/personSet",
    "pages/changePsw/changePSW",
    "pages/problemReport/proRep",
    "pages/problemList/problemList",
    "pages/problemListT3/ProblemListT3",
    "pages/aditReport/adit",
    "pages/history/hisstory",
    "pages/Remind/Remind",
    "pages/fixpwd/fixpwd",
    "pages/xiangqing/xiangqing",
    "pages/baidumap/bmap",
    "pages/maintenance/maintenance",
    "pages/devicelogs/devicelogs"
  ],
  "permission": {
    "scope.userLocation": {
      "desc": "你的位置信息将用于小程序位置接口的效果展示"
    }
  },
  "requiredPrivateInfos": [
    "chooseLocation"
  ],
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#fff",
    "navigationBarTitleText": "普悦联营商管家",
    "navigationBarTextStyle": "black",
    "enablePullDownRefresh": false
  },
 
 
  "tabBar": {
    "color": "#8a8a8a",
    "selectedColor": "#1296db",
    "list": [{
        "pagePath": "pages/home/home",
        "text": "首页",
        "iconPath": "/images/home(1).png",
        "selectedIconPath": "/images/home.png"
      },
      {
        "pagePath": "pages/person/person",
        "text": "个人中心",
        "iconPath": "/images/person(1).png",
        "selectedIconPath": "/images/person.png"
      }
    ]
  },
  "plugins": {
    "routePlan": {
      "version": "1.0.19",
      "provider": "wx50b5593e81dd937a"
    }
  },
  "style": "v2",
  "sitemapLocation": "sitemap.json"
}