-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpages.json
222 lines (203 loc) · 4.8 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
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
}, {
"path": "pages/list/list",
"style": {
"navigationBarTitleText": "资料库",
"enablePullDownRefresh": false
}
}, {
"path": "pages/bind/bind",
"style": {
"navigationBarTitleText": "账号绑定",
"enablePullDownRefresh": false
}
}, {
"path": "pages/register/register",
"style": {
"navigationBarTitleText": "用户注册",
"enablePullDownRefresh": false
}
}, {
"path": "pages/me/me",
"style": {
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": false
}
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "用户登录",
"enablePullDownRefresh": false
}
}, {
"path": "pages/myorder/myorder",
"style": {
"navigationBarTitleText": "我的订单",
"enablePullDownRefresh": false
}
}, {
"path": "pages/vip/vip",
"style": {
"navigationBarTitleText": "加入VIP",
"enablePullDownRefresh": false
}
}, {
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "搜索",
"enablePullDownRefresh": false
}
}, {
"path": "pages/myprofile/myprofile",
"style": {
"navigationBarTitleText": "个人资料",
"enablePullDownRefresh": false
}
}, {
"path": "pages/mydownload/mydownload",
"style": {
"navigationBarTitleText": "我的下载",
"enablePullDownRefresh": false
}
}, {
"path": "pages/myfavorite/myfavorite",
"style": {
"navigationBarTitleText": "我的收藏",
"enablePullDownRefresh": false
}
}, {
"path": "pages/myvip/myvip",
"style": {
"navigationBarTitleText": "我的VIP",
"enablePullDownRefresh": false
}
}, {
"path": "pages/mydynamic/mydynamic",
"style": {
"navigationBarTitleText": "我的动态",
"enablePullDownRefresh": false
}
}, {
"path": "pages/upload/upload",
"style": {
"navigationBarTitleText": "上传文档",
"enablePullDownRefresh": false
}
}, {
"path": "pages/findpassword/findpassword",
"style": {
"navigationBarTitleText": "找回密码",
"enablePullDownRefresh": false
}
}, {
"path": "pages/document/document",
"style": {
"navigationBarTitleText": "文档",
"enablePullDownRefresh": false
}
}, {
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "用户",
"enablePullDownRefresh": false
}
}, {
"path": "pages/findpwd/findpwd",
"style": {
"navigationBarTitleText": "找回密码",
"enablePullDownRefresh": false
}
}, {
"path": "pages/mydoc/mydoc",
"style": {
"navigationBarTitleText": "我的上传",
"enablePullDownRefresh": false
}
}, {
"path": "pages/article/article",
"style": {
"navigationBarTitleText": "文章",
"enablePullDownRefresh": false
}
}, {
"path": "pages/editprofile/editprofile",
"style": {
"navigationBarTitleText": "修改资料",
"enablePullDownRefresh": false
}
}, {
"path": "pages/editpassword/editpassword",
"style": {
"navigationBarTitleText": "修改密码",
"enablePullDownRefresh": false
}
}, {
"path": "pages/orderdetail/orderdetail",
"style": {
"navigationBarTitleText": "订单详情",
"enablePullDownRefresh": false
}
}, {
"path": "pages/category/category",
"style": {
"navigationBarTitleText": "文档分类",
"enablePullDownRefresh": false
}
}, {
"path": "pages/comment/comment",
"style": {
"navigationBarTitleText": "文档点评",
"enablePullDownRefresh": false
}
}, {
"path": "pages/result/result",
"style": {
"navigationBarTitleText": "搜索结果",
"enablePullDownRefresh": false
}
}, {
"path": "pages/bought/bought",
"style": {
"navigationBarTitleText": "已购文档",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "moredoc",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#000000",
"navigationStyle": "custom"
},
"uniIdRouter": {},
"tabBar": {
"height": "60px",
"selectedColor": "#07C160",
"list": [{
"text": "首页",
"iconPath": "static/images/icon/home.png",
"selectedIconPath": "static/images/icon/home-selected.png",
"pagePath": "pages/index/index"
},
{
"text": "资料库",
"iconPath": "static/images/icon/category.png",
"selectedIconPath": "static/images/icon/category-selected.png",
"pagePath": "pages/category/category"
},
{
"text": "我的",
"iconPath": "static/images/icon/me.png",
"selectedIconPath": "static/images/icon/me-selected.png",
"pagePath": "pages/me/me"
}
]
}
}