-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpages.json
More file actions
74 lines (74 loc) · 2.59 KB
/
pages.json
File metadata and controls
74 lines (74 loc) · 2.59 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{ "path": "pages/index/index" },
{ "path": "pages/index/login" },
{ "path": "pages/index/feature" },
{ "path": "pages/setting/profile" },
{ "path": "pages/course/my" },
{ "path": "pages/score/score" },
{ "path": "pages/course/class" },
{ "path": "pages/course/teacher" },
{ "path": "pages/course/lesson" },
{ "path": "pages/school/calendar" },
{ "path": "pages/school/rightsProtection/index" },
{ "path": "pages/school/rightsProtection/edit" },
{ "path": "pages/school/rightsProtection/detail" },
{ "path": "pages/school/rightsProtection/faq" },
{ "path": "pages/school/contact" },
{ "path": "pages/course/stulist" },
{ "path": "pages/course/classroom" },
{ "path": "pages/webview/webview" },
{ "path": "pages/webview/redpacket" },
{ "path": "pages/school/movie" },
{ "path" :"pages/school/map", "style": { "disableScroll": true } },
{ "path": "pages/course/calendar" },
{ "path": "pages/school/media" },
{ "path": "pages/index/about" },
{ "path": "pages/score/trainingPlan" },
{ "path": "pages/score/evaluateTeacher" },
{ "path": "pages/points/balance" },
{ "path": "pages/points/history" },
{ "path": "pages/points/checkin" },
{ "path": "pages/points/mall" },
{ "path": "pages/book/scan" },
{ "path": "pages/book/index" },
{ "path": "pages/book/rank"},
{ "path": "pages/book/newBook"},
{ "path": "pages/book/searchList"},
{ "path": "pages/book/detail"},
{ "path": "pages/finasys/deferApply" },
{ "path": "pages/finasys/feeRecord" },
{ "path": "pages/finasys/orderRecord" },
{ "path": "pages/finasys/feeBusiness" },
{ "path": "pages/finasys/subsidyInfo" },
{ "path": "pages/finasys/invoiceApply" }
],
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "@navigationBarTextStyle",
"navigationBarTitleText": "贝壳小盒子",
"navigationBarBackgroundColor": "@navigationBarBackgroundColor",
"backgroundColor": "@backgroundColor"
},
"tabBar": {
"color": "@tabBarColor",
"selectedColor": "@tabBarSelectedColor",
"backgroundColor": "@tabBarBackgroundColor",
"position": "bottom",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/image/index.png",
"selectedIconPath": "static/image/index@active.png"
},
{
"pagePath": "pages/index/feature",
"text": "更多",
"iconPath": "static/image/more.png",
"selectedIconPath": "static/image/holiday.png"
}
]
},
"uniIdRouter": {}
}