hailu
2023-12-07 097985a7a3f9c869f7ee5692b163210ab647987f
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
{
  "pages": [
    "pages/login/login",
    "pages/reg/reg",
    "pages/forgot/forgot",
    "pages/home/home",
    "pages/person/person",
    "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/scanCode/scanCode",
    "pages/deviceDetails/deviceDetails",
    "pages/workOrder/workOrder",
    "pages/bar/index",
    "pages/filterStatus/filterStatus",
    "pages/waterUses/waterUses",
    "pages/devicelogs/devicelogs",
    "pages/repairTicketDetail/repairTicketDetail",
    "pages/repair/repair",
    "pages/personSet/personSet",
    "pages/changePsw/changePSW",
    "pages/notice/notice",
    "pages/noticeDetail/noticeDetail",
    "pages/rate/rate",
    "pages/yetWX/yetWX"
  ],
  "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/workOrder/workOrder",
        "text": "工单",
        "iconPath": "/images/workUnselect.png",
        "selectedIconPath": "/images/workSelect.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"
}