rk
2025-09-28 2304d7b140c5c5b4bf3a83f9ced8bff37d20c42e
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
    "easycom": {
        "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
    },
    "pages": [
        {
            "path": "pages/index/index",
            "style": {
                "navigationBarTitleText": "检查",
                "navigationStyle": "custom",
                "navigationBarBackgroundColor": "#ffffff"
            }
        },
        {
            "path" : "pages/workOrder/workOrder",
            "style" : 
            {
                "navigationBarTitleText" : "我的工单",
                "navigationStyle": "custom",
                "navigationBarBackgroundColor": "#ffffff"
            }
        },
        {
            "path" : "pages/report/report",
            "style" : 
            {
                "navigationBarTitleText" : "我的上报",
                "navigationStyle": "custom",
                "navigationBarBackgroundColor": "#ffffff"
            }
        },
        {
            "path" : "pages/chart/chart",
            "style" : 
            {
                "navigationBarTitleText" : "图表",
                "navigationStyle": "custom",
                "navigationBarBackgroundColor": "#ffffff"
            }
        },
        {
            "path" : "pages/reporting_she/reporting_she",
            "style" : 
            {
                "navigationBarTitleText" : "SHE事件上报",
                "navigationStyle": "custom",
                "navigationBarBackgroundColor": "#ffffff"
            }
        },
        {
            "path" : "pages/details_she/details_she",
            "style" : 
            {
                "navigationBarTitleText" : "详情",
                "navigationStyle": "custom",
                "navigationBarBackgroundColor": "#ffffff"
            }
        },
        {
            "path" : "pages/riskReporting/riskReporting",
            "style" : 
            {
                "navigationBarTitleText" : "跌绊滑风险上报",
                "navigationStyle": "custom",
                "navigationBarBackgroundColor": "#ffffff"
            }
        },
        {
            "path" : "pages/riskDetails/riskDetails",
            "style" : 
            {
                "navigationBarTitleText" : "详情",
                "navigationStyle": "custom",
                "navigationBarBackgroundColor": "#ffffff"
            }
        },
        {
            "path" : "pages/report_dca/report_dca",
            "style" : 
            {
                "navigationBarTitleText" : "DCA观察上报",
                "navigationStyle": "custom",
                "navigationBarBackgroundColor": "#ffffff"
            }
        },
        {
            "path" : "pages/type_dca/type_dca",
            "style" : 
            {
                "navigationBarTitleText" : "DCA类型选择",
                "navigationStyle": "custom",
                "navigationBarBackgroundColor": "#ffffff"
            }
        },
        {
            "path" : "pages/details_dca/details_dca",
            "style" : 
            {
                "navigationBarTitleText" : "DCA观察上报",
                "navigationStyle": "custom",
                "navigationBarBackgroundColor": "#ffffff"
            }
        },
        {
            "path" : "pages/workOrder_she/workOrder_she",
            "style" : 
            {
                "navigationBarTitleText" : "详情",
                "navigationStyle": "custom",
                "navigationBarBackgroundColor": "#ffffff"
            }
        },
        {
            "path" : "pages/workOrder_dca/workOrder_dca",
            "style" : 
            {
                "navigationBarTitleText" : "详情",
                "navigationStyle": "custom",
                "navigationBarBackgroundColor": "#ffffff"
            }
        },
        {
            "path" : "pages/chart_details/chart_details",
            "style" : 
            {
                "navigationBarTitleText" : "图表",
                "navigationStyle": "custom",
                "navigationBarBackgroundColor": "#ffffff"
            }
        }
    ],
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "uni-app",
        "navigationBarBackgroundColor": "#F8F8F8",
        "backgroundColor": "#F8F8F8"
    },
    "tabBar": {
        "color": "#999999",
        "selectedColor": "#222222",
        "borderStyle": "black",
        "backgroundColor": "#fff",
        "list": [
            {
                "pagePath": "pages/index/index",
                "iconPath": "static/tabbar/nav_jiancha@2x.png",
                "selectedIconPath": "static/tabbar/nav_jiancha_sel@2x.png",
                "text": "首页"
            },
            {
                "pagePath": "pages/workOrder/workOrder",
                "iconPath": "static/tabbar/nav_gongdan@2x.png",
                "selectedIconPath": "static/tabbar/nav_gongdan_sel@2x.png",
                "text": "我的工单"
            },
            {
                "pagePath": "pages/report/report",
                "iconPath": "static/tabbar/nav_shangbao@2x.png",
                "selectedIconPath": "static/tabbar/nav_shangbao_sel@2x.png",
                "text": "我的上报"
            },
            {
                "pagePath": "pages/chart/chart",
                "iconPath": "static/tabbar/nav_tubiao@2x.png",
                "selectedIconPath": "static/tabbar/nav_tubiao_sel@2x.png",
                "text": "图表"
            }
        ]
    },
    "uniIdRouter": {}
}