yangyin
2024-08-29 2c41dc4162446120feae6a09ecf1d07118850f88
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
{
  "pages": [
    "workDesktop/index/index",
    "repair/assessTable/index",
    
    "test/reportTable/index",
    "station/list/index",
    "repair/addReport/index",
    "test/canvas/index",
    "test/qiDong/index",
    "monitor/singlePoint/index",
    "login/login/index",
    "login/simple/index",
 
    "inspection/todayProductList/index",
    "inspection/todayDetail/index",
    "inspection/historyByEmployeeDetial/index",
    "inspection/historyByAllList/index",
    "inspection/historyByMonthDetail/index",
    "inspection/historyByProductDetail/index",
    "inspection/historyByPointRecord/index",
    "inspection/historyBySinglePointDetail/index",
    "test/mapTrajectory",
    "test/assets/index",
    "repair/myReport/index",
    "repair/myTask/index",
    "repair/requestDetail/index",
    "repair/requestByRegectedDetail/index",
    "repair/taskDetail/index",
   
    "repair/addTaskFile/index",
    "repair/ingTask/index",
    "repair/receiveTask/index",
    "repair/startTask/index",
    "repair/completeTaskInfo/index",
    "repair/logDetail/index",
    "repair/abnormal/index",
 
    
    "station/search/index",
    "station/map/index",
    "map/index",
    "mine/index/index",
    "other/notice/index",
    "other/about/EventechInfo",
    "other/changePassWord/index",
    "bim/station/index",
    "product/detail/general/index",
    "product/detail/newPumpDetail/index",
    "product/listInStation/index",
    "monitor/station/index",
    "monitor/meter/index",
    "reportForm/index/index",
    "reportForm/Detail/index",
    "video/station/index",
    "video/single/index",
    "other/alarm/index"
  ],
  "requiredPrivateInfos": [
    "getLocation",
    "chooseLocation"
  ],
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#16b5cb",
    "navigationBarTitleText": "巡检",
    "navigationBarTextStyle": "black",
    "pageOrientation": "auto"
  },
  "sitemapLocation": "sitemap.json",
  "requiredBackgroundModes": [
    "location"
  ],
  "tabBar": {
    "color": "#8E9397",
    "selectedColor": "#16b5cb",
    "backgroundColor": "#ffffff",
    "list": [
      {
        "pagePath": "station/list/index",
        "text": "列表",
        "iconPath": "images/tabbar/minitorUnActive.png",
        "selectedIconPath": "images/tabbar/minitorActive.png"
      },
      {
        "pagePath": "workDesktop/index/index",
        "text": "工作",
        "iconPath": "images/tabbar/workDesktopUnActive.png",
        "selectedIconPath": "images/tabbar/workDesktopActive.png"
      },
      {
        "pagePath": "map/index",
        "text": "地图",
        "iconPath": "images/tabbar/mapUnActive.png",
        "selectedIconPath": "images/tabbar/mapActive.png"
      },
      {
        "pagePath": "mine/index/index",
        "text": "我的",
        "iconPath": "images/tabbar/mineUnActive.png",
        "selectedIconPath": "images/tabbar/mineActive.png"
      }
    ]
  },
  "permission": {
    "scope.userLocation": {
      "desc": "你的位置信息将用于小程序位置接口的效果展示"
    }
  }
}