wjt
2024-06-21 7a352693c7fa090da0f8af9a62dec2e85adc83ab
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
172
173
174
{
    "easycom": {
        "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
    },
    "pages": [{
            "path": "pages/index/index",
            "style": {
                "enablePullDownRefresh": false,
                "backgroundTextStyle": "dark",
                "navigationBarTitleText": "扫码入企"
            }
        },
        {
            "path": "pages/mine/mine",
            "style": {
                "navigationBarTitleText": "我的"
            }
        },
        {
            "path": "pages/companyLogin/companyLogin",
            "style": {
                "navigationBarTitleText": "登录",
                "navigationStyle": "custom"
            }
        },
        {
            "path" : "pages/registerCompany/registerCompany",
            "style" : 
            {
                "navigationBarTitleText" : "企业注册"
            }
        },
        {
            "path" : "pages/companyIndex/companyIndex",
            "style" : 
            {
                "navigationBarTitleText" : "企业首页"
            }
        },
        {
            "path" : "pages/hqzc/list",
            "style" : 
            {
                "navigationBarTitleText" : "惠企政策"
            }
        },
        {
            "path" : "pages/hqzc/details",
            "style" : 
            {
                "navigationBarTitleText" : "惠企政策"
            }
        },
        {
            "path" : "pages/message/list",
            "style" : 
            {
                "navigationBarTitleText" : "信息公示"
            }
        },
        {
            "path" : "pages/message/details",
            "style" : 
            {
                "navigationBarTitleText" : "信息公示详情"
            }
        }
    ],
    "subPackages": [
        {
            "root": "policy",
            "pages": [
                {
                    "path" : "policyIndex/policyIndex",
                    "style" : 
                    {
                        "navigationBarTitleText" : "首页",
                        "navigationStyle": "custom"
                    }
                },
                {
                    "path" : "policyApply/policyApply",
                    "style" : 
                    {
                        "navigationBarTitleText" : "执法申请"
                    }
                },
                {
                    "path" : "changePhone/changePhone",
                    "style" : 
                    {
                        "navigationBarTitleText" : "修改手机号"
                    }
                },
                {
                    "path" : "dataLook/dataLook",
                    "style" : 
                    {
                        "navigationBarTitleText" : "数据看板",
                        "navigationStyle": "custom"
                    }
                },
                {
                    "path" : "reportPage/reportPage",
                    "style" : 
                    {
                        "navigationBarTitleText" : "执法结果上报"
                    }
                },
                {
                    "path" : "reportDetails/reportDetails",
                    "style" : 
                    {
                        "navigationBarTitleText" : "上报结果"
                    }
                },
                {
                    "path" : "reportRecord/reportRecord",
                    "style" : 
                    {
                        "navigationBarTitleText" : "上报记录"
                    }
                },
                {
                    "path" : "applyRecord/applyRecord",
                    "style" : 
                    {
                        "navigationBarTitleText" : "申请记录"
                    }
                },
                {
                    "path" : "applyRecordDetails/applyRecordDetails",
                    "style" : 
                    {
                        "navigationBarTitleText" : "申请详情",
                        "navigationStyle": "custom"
                    }
                },
                {
                    "path" : "translate/translate",
                    "style" : 
                    {
                        "navigationBarTitleText" : "执法审批"
                    }
                },
                {
                    "path" : "translateRecord/translateRecord",
                    "style" : 
                    {
                        "navigationBarTitleText" : ""
                    }
                },
                {
                    "path" : "scodePage/scodePage",
                    "style" : 
                    {
                        "navigationBarTitleText" : "",
                        "navigationStyle": "custom"
                    }
                }
            ]
        }
    ],
    "globalStyle": {
        "backgroundColor": "#F8F8F8",
        "backgroundTextStyle": "light",
        "navigationBarBackgroundColor": "#fff",
        "navigationBarTitleText": "扫码入企",
        "navigationBarTextStyle": "black"
    },
    "uniIdRouter": {},
    "lazyCodeLoading": "requiredComponents",
    "sitemapLocation": "sitemap.json"
}