-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpages.json
192 lines (192 loc) · 4.4 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
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/find/find",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/my/my",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/my/user/user",
"style": {
"navigationBarTitleText": "个人信息"
}
}, {
"path": "pages/my/setting/setting",
"style": {}
}, {
"path": "pages/account/logout/logout",
"style": {}
}, {
"path": "pages/account/login/login",
"style": {}
}, {
"path": "pages/account/login/pwd-login",
"style": {}
}, {
"path": "pages/account/login/sms-login",
"style": {}
}, {
"path": "pages/account/register/register",
"style": {}
}, {
"path": "pages/account/register/userName-register",
"style": {}
}, {
"path": "pages/account/register/email-register",
"style": {}
}, {
"path": "pages/account/register/mobile-register",
"style": {}
}, {
"path": "pages/account/findPassword/findPassword",
"style": {}
}, {
"path": "pages/account/findPassword/email-findPassword",
"style": {}
}, {
"path": "pages/account/findPassword/mobile-findPassword",
"style": {}
}, {
"path": "pages/account/safetyCenter/safetyCenter",
"style": {}
}, {
"path": "pages/account/setPassword/setPassword",
"style": {}
}, {
"path": "pages/account/updatePassword/updatePassword",
"style": {}
}, {
"path": "pages/account/setUserName/setUserName",
"style": {}
}, {
"path": "pages/account/updateUserName/updateUserName",
"style": {}
}, {
"path": "pages/account/setSafetyQuestion/setSafetyQuestion",
"style": {}
}, {
"path": "pages/account/updateSafetyQuestion/updateSafetyQuestion",
"style": {}
}, {
"path": "pages/account/accountAppeal/accountAppeal",
"style": {}
}, {
"path": "pages/account/accountDestroy/accountDestroy",
"style": {}
}, {
"path": "pages/account/accountBind/accountBind",
"style": {}
}, {
"path": "pages/account/bindMobile/bindMobile",
"style": {}
}, {
"path": "pages/account/updateMobile/updateMobile",
"style": {}
}, {
"path": "pages/account/unbindMobile/unbindMobile",
"style": {}
}, {
"path": "pages/account/bindEmail/bindEmail",
"style": {}
}, {
"path": "pages/account/updateEmail/updateEmail",
"style": {}
}, {
"path": "pages/account/unbindEmail/unbindEmail",
"style": {}
}, {
"path": "pages/account/bindWeixin/bindWeixin",
"style": {}
}, {
"path": "pages/account/updateWeixin/updateWeixin",
"style": {}
}, {
"path": "pages/account/unbindWeixin/unbindWeixin",
"style": {}
}, {
"path": "pages/account/bindWeibo/bindWeibo",
"style": {}
}, {
"path": "pages/account/updateWeibo/updateWeibo",
"style": {}
}, {
"path": "pages/account/unbindWeibo/unbindWeibo",
"style": {}
}, {
"path": "pages/account/bindQq/bindQq",
"style": {}
}, {
"path": "pages/account/updateQq/updateQq",
"style": {}
}, {
"path": "pages/account/unbindQq/unbindQq",
"style": {}
}, {
"path": "pages/account/bindTaobao/bindTaobao",
"style": {}
}, {
"path": "pages/account/updateTaobao/updateTaobao",
"style": {}
}, {
"path": "pages/account/unbindTaobao/unbindTaobao",
"style": {}
}, {
"path": "pages/account/bindAlipay/bindAlipay",
"style": {}
}, {
"path": "pages/account/updateAlipay/updateAlipay",
"style": {}
}, {
"path": "pages/account/unbindAlipay/unbindAlipay",
"style": {}
}, {
"path": "pages/home/index",
"style": {}
}, {
"path": "pages/home/list",
"style": {}
}],
"globalStyle": {
"pageOrientation": "portrait",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F8F8F8",
"backgroundColorTop": "#F4F5F6",
"backgroundColorBottom": "#F4F5F6"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#D81E06",
"backgroundColor": "#FFFFFF",
"borderStyle": "white",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/tabbar-home-gray.png",
"selectedIconPath": "static/tabbar/tabbar-home-red.png",
"text": "首页"
}, {
"pagePath": "pages/find/find",
"iconPath": "static/tabbar/tabbar-find-gray.png",
"selectedIconPath": "static/tabbar/tabbar-find-red.png",
"text": "发现"
}, {
"pagePath": "pages/my/my",
"iconPath": "static/tabbar/tabbar-my-gray.png",
"selectedIconPath": "static/tabbar/tabbar-my-red.png",
"text": "我的"
}]
}
}