-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpages.json
176 lines (172 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
{
"pages": [{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
}, {
"path": "pages/classify/classify",
"style": {
"navigationBarTitleText": "分类",
"enablePullDownRefresh": true,
"navigationStyle": "custom",
"usingComponents": {
}
}
}, {
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom",
"usingComponents": {
"van-icon": "/wxcomponents/vant/icon/index"
}
}
}, {
"path": "pages/archives/archives",
"style": {
"navigationBarTitleText": "档案",
"usingComponents": {
"van-tab": "/wxcomponents/vant/tab/index",
"van-tabs": "/wxcomponents/vant/tabs/index"
}
}
}],
"globalStyle": {
"backgroundTextStyle": "dark",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#69e4e9",
"backgroundColor": "#FFFFFF",
"van-icon": "/wxcomponents/vant/icon/index"
},
"tabBar": {
"color": "#b9b9b9",
"selectedColor": "#69e4e9",
"borderStyle": "white",
"list": [{
"text": "首页",
"pagePath": "pages/home/home",
"iconPath": "/static/tabbar-icons/home.png",
"selectedIconPath": "/static/tabbar-icons/home-select.png"
},
{
"text": "生活服务",
"pagePath": "pages/classify/classify",
"iconPath": "/static/tabbar-icons/classify.png",
"selectedIconPath": "/static/tabbar-icons/classify-select.png"
},
{
"text": "档案",
"pagePath": "pages/archives/archives",
"iconPath": "/static/tabbar-icons/archives.png",
"selectedIconPath": "/static/tabbar-icons/archives-select.png"
},
{
"text": "我的",
"pagePath": "pages/my/my",
"iconPath": "/static/tabbar-icons/my.png",
"selectedIconPath": "/static/tabbar-icons/my-select.png"
}
]
},
"subPackages": [{
"root": "subpkg",
"pages": [{
"path": "activity_detail/activity_detail",
"style": {
"navigationBarTitleText": "活动详情",
"navigationStyle": "custom",
"usingComponents": {
"van-icon": "/wxcomponents/vant/icon/index",
"van-divider": "/wxcomponents/vant/divider/index",
"van-button": "/wxcomponents/vant/button/index"
}
}
}, {
"path": "service_list/service_list",
"style": {
"navigationBarTitleText": "服务列表页"
}
}, {
"path": "service_detail/service_detail",
"style": {
"navigationBarTitleText": "服务详情页",
"navigationStyle": "custom",
"usingComponents": {
"van-icon": "/wxcomponents/vant/icon/index"
}
}
}, {
"path": "my-login/my-login",
"style": {
"navigationStyle": "custom",
"usingComponents": {
"van-icon": "/wxcomponents/vant/icon/index"
}
}
}]
},
{
"root": "my-page",
"pages": [{
"path": "med-record/med-record",
"style": {
"usingComponents": {
"van-calendar": "/wxcomponents/vant/calendar/index",
"van-popup": "/wxcomponents/vant/popup/index",
"van-notice-bar": "/wxcomponents/vant/notice-bar/index",
"van-datetime-picker": "/wxcomponents/vant/datetime-picker/index",
"vant-dialog": "/wxcomponents/vant/dialog/index"
}
}
}, {
"path": "careful-family/careful-family",
"style": {
"usingComponents": {
"van-tab": "/wxcomponents/vant/tab/index",
"van-tabs": "/wxcomponents/vant/tabs/index"
}
}
}, {
"path": "order_list/order_list",
"style": {
"navigationBarBackgroundColor": "#eeeeee",
"navigationBarTextStyle": "black",
"usingComponents": {
"van-tab": "/wxcomponents/vant/tab/index",
"van-tabs": "/wxcomponents/vant/tabs/index"
}
}
}]
}, {
"root": "home-page",
"pages": [{
"path": "home-order/home-order",
"style": {
"navigationStyle": "custom",
"usingComponents": {
"van-icon": "/wxcomponents/vant/icon/index"
}
}
}, {
"path": "home-detail/home-detail",
"style": {
"navigationStyle": "custom",
"usingComponents": {
"van-icon": "/wxcomponents/vant/icon/index"
}
}
}]
}, {
"root": "success-page",
"pages": [{
"path": "success/success",
"style": {
}
}]
}
]
}