-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpages.json
236 lines (235 loc) · 4.98 KB
/
pages.json
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "courseTool"
}
},
{
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": false
}
},
{
"path": "pages/course/course",
"style": {
"navigationBarTitleText": "课表",
"enablePullDownRefresh": false
}
},
{
"path": "pages/item/item",
"style": {
"navigationBarTitleText": "制作团队",
"enablePullDownRefresh": false
}
},
{
"path": "pages/teacherCourse/teacherCourse",
"style": {
"navigationBarTitleText": "教师课表",
"enablePullDownRefresh": false
}
},
{
"path": "pages/classroomCourse/classroomCourse",
"style": {
"navigationBarTitleText": "教室课表",
"enablePullDownRefresh": false
}
},
{
"path": "pages/map/map",
"style": {
"navigationBarTitleText": "学校地图",
"enablePullDownRefresh": false
}
},
{
"path": "pages/more-fn/more-fn",
"style": {
"navigationBarTitleText": "更多功能",
"enablePullDownRefresh": false
}
},
{
"path": "pages/message/message",
"style": {
"navigationBarTitleText": "消息",
"enablePullDownRefresh": false
}
},
{
"path": "pages/evaluate/evaluate",
"style": {
"navigationBarTitleText": "评价",
"enablePullDownRefresh": false
}
},
{
"path": "pages/course-plus/course-plus",
"style": {
"navigationBarTitleText": "学生周次课表",
"enablePullDownRefresh": false
}
},
{
"path": "pages/tech-course-plus/tech-course-plus",
"style": {
"navigationBarTitleText": "教师周次课表",
"enablePullDownRefresh": false
}
},
{
"path": "pages/calendar-course/calendar-course",
"style": {
"navigationBarTitleText": "学生日历",
"enablePullDownRefresh": false
}
},
{
"path": "pages/calendar-tech-course/calendar-tech-course",
"style": {
"navigationBarTitleText": "教师日历",
"enablePullDownRefresh": false
}
},
{
"path": "pages/lovers-course/lovers-course",
"style": {
"navigationBarTitleText": "情侣课表",
"enablePullDownRefresh": false
}
},
{
"path": "pages/community/community",
"style": {
"navigationBarTitleText": "湘信社区",
"enablePullDownRefresh": true
}
},
{
"path": "pages/calendar-classroom-course/calendar-classroom-course",
"style": {
"navigationBarTitleText": "教室课表日历",
"enablePullDownRefresh": false
}
},
{
"path": "pages/electives/electives",
"style": {
"navigationBarTitleText": "选修课",
"enablePullDownRefresh": false
}
},
{
"path": "pages/custom/custom",
"style": {
"navigationBarTitleText": "自定义首页"
}
},
{
"path": "pages/electric/electric",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/dorm/dorm",
"style": {
"navigationBarTitleText": "分配宿舍"
}
},
{
"path": "pages/newborn-aq/newborn-aq",
"style": {
"navigationBarTitleText": "新生答疑"
}
},
{
"path": "pages/career-test/career-test",
"style": {
"navigationBarTitleText": "职业测试"
}
},
{
"path": "pages/test-result/test-result",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/advertisement/advertisement",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/empty-classroom/empty-classroom",
"style": {
"navigationBarTitleText": ""
}
},
{
"path" : "pages/my-blog/my-blog",
"style" :
{
"navigationBarTitleText" : ""
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
// "usingComponents": true,
// "tabBar": {
// "borderStyle": "black",
// "backgroundColor": "#fff",
// "selectedColor": "#6598d9",
// "custom": true,
// "list": [{
// "text": "首页",
// "pagePath": "pages/home/home",
// "iconPath": "static/nav/shouye2.png",
// "selectedIconPath": "static/nav/shouye2.png"
// },
// {
// "text": "社区",
// "pagePath": "pages/community/community",
// "iconPath": "static/nav/loufang.png",
// "selectedIconPath": "static/nav/loufang.png"
// },
// {
// "text": "更多功能",
// "pagePath": "pages/more-fn/more-fn",
// "iconPath": "static/nav/caidan.png",
// "selectedIconPath": "static/nav/caidan.png"
// },
// {
// "text": "我的",
// "pagePath": "pages/my/my",
// "iconPath": "static/nav/wode1.png",
// "selectedIconPath": "static/nav/wode1.png"
// }
// ]
// },
"plugins": {
"wxacommentplugin": {
"version": "latest",
"provider": "wx82e6ae1175f264fa"
}
}
// "preloadRule": {
// "pages/home/home": {
// "network": "all",
// "packages": ["page_extend"]
// }
// },
}