app.json
1.4 KB
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
{
"pages": [
"pages/index/index",
"pages/start/start",
"pages/mine/circlepic",
"pages/mine/mine",
"pages/mine/allrecordlist",
"pages/course/courseComment",
"pages/mine/changeinfo",
"pages/course/course",
"pages/course/courseIntro",
"pages/course/courseDetail",
"pages/course/submitClock",
"pages/course/recordClock"
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#BDC4CE",
"selectedColor": "#EE8B27",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/index_01.png",
"selectedIconPath": "static/index_06.png",
"text": "首页"
},
{
"pagePath": "pages/course/course",
"iconPath": "static/index_02.png",
"selectedIconPath": "static/index_05.png",
"text": "课程列表"
},
{
"pagePath": "pages/mine/mine",
"iconPath": "static/index_03.png",
"selectedIconPath": "static/index_04.png",
"text": "个人中心"
}
]
},
"permission": {
"scope.userLocation": {
"desc": ""
}
},
"usingComponents": {},
"sitemapLocation": "sitemap73.json"
}