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
| {
| "entryPagePath": "pages/module_consult/consultsearch/consultsearch",
| "pages": [
| "pages/login/login",
| "pages/home/home",
| "pages/text/text",
| "pages/promiseinfo/promiseinfo",
| "pages/promise/promise",
| "pages/assessment/assessment",
| "pages/mine/mine",
| "pages/learn/learn",
| "pages/grade/grade",
| "pages/gradedetail/gradedetail",
| "pages/promisefile/promisefile",
| "pages/promiseresult/promiseresult",
| "pages/notice/notice",
| "pages/gradereport/gradereport",
| "pages/test/test",
| "pages/promisesign/promisesign",
| "pages/module_consult/consulthome/consulthome",
| "pages/module_consult/consultsearch/consultsearch"
| ],
| "window": {
| "backgroundTextStyle": "light",
| "navigationBarBackgroundColor": "#fff",
| "navigationBarTitleText": "中小企业环境守法服务平台",
| "navigationBarTextStyle": "black"
| },
| "tabBar": {
| "selectedColor": "#0963F5",
| "list": [
| {
| "pagePath": "pages/home/home",
| "text": "首页",
| "iconPath": "/res/icons/tab_1.png",
| "selectedIconPath": "res/icons/tab_1_select.png"
| },
| {
| "pagePath": "pages/assessment/assessment",
| "text": "自测智评",
| "iconPath": "/res/icons/tab_2.png",
| "selectedIconPath": "res/icons/tab_2_select.png"
| },
| {
| "pagePath": "pages/promise/promise",
| "text": "守法承诺",
| "iconPath": "/res/icons/tab_3.png",
| "selectedIconPath": "res/icons/tab_3_select.png"
| },
| {
| "pagePath": "pages/mine/mine",
| "text": "我的",
| "iconPath": "/res/icons/tab_4.png",
| "selectedIconPath": "res/icons/tab_4_select.png"
| }
| ]
| },
| "style": "v2",
| "sitemapLocation": "sitemap.json",
| "lazyCodeLoading": "requiredComponents"
| }
|
|