pages.json
3.68 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
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
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "绿纤协同平台",
"navigationStyle": "custom"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "绿纤协同平台",
"navigationStyle": "custom"
}
},
{
"path": "pages/expansion/expansion",
"style": {
"navigationBarTitleText": "绿纤拓客数据录入"
}
},
{
"path": "pages/expansion-list/expansion-list",
"style": {
"navigationBarTitleText": "拓客记录"
}
},
{
"path": "pages/expansion-detail/expansion-detail",
"style": {
"navigationBarTitleText": "拓客详情"
}
},
{
"path": "pages/appointment/appointment",
"style": {
"navigationBarTitleText": "预约管理"
}
},
{
"path": "pages/invite/invite",
"style": {
"navigationBarTitleText": "邀约管理"
}
},
{
"path": "pages/member-create/member-create",
"style": {
"navigationBarTitleText": "会员建档"
}
},
{
"path": "pages/member-edit/member-edit",
"style": {
"navigationBarTitleText": "修改会员信息"
}
},
{
"path": "pages/refund/refund",
"style": {
"navigationBarTitleText": "退卡管理"
}
},
{
"path" : "pages/clue-list/clue-list",
"style" :
{
"navigationBarTitleText" : "会员管理"
}
},
{
"path": "pages/user-appointment-list/user-appointment-list",
"style": {
"navigationBarTitleText": "预约列表"
}
},
{
"path": "pages/user-invite-list/user-invite-list",
"style": {
"navigationBarTitleText": "邀约记录"
}
},
{
"path" : "pages/appointment-detail/appointment-detail",
"style" :
{
"navigationBarTitleText" : "预约详情"
}
},
{
"path" : "pages/dailyReport/dailyReport",
"style" :
{
"navigationBarTitleText" : "报表"
}
},
{
"path" : "pages/lx/lx",
"style" :
{
"enablePullDownRefresh": false ,
"navigationBarTitleText" : "开单"
}
},
{
"path" : "pages/member-consume/member-consume",
"style" :
{
"enablePullDownRefresh": false ,
"navigationBarTitleText" : "消耗"
}
},
{
"path" : "refund/refund",
"style" :
{
"enablePullDownRefresh": false ,
"navigationBarTitleText" : "退卡"
}
},
{
"path" : "pages/lx-list/lx-list",
"style" :
{
"navigationBarTitleText" : "开单记录"
}
},
{
"path" : "pages/lx-detail/lx-detail",
"style" :
{
"navigationBarTitleText" : "开单详情"
}
},
{
"path" : "pages/consume-list/consume-list",
"style" :
{
"navigationBarTitleText" : "耗卡记录"
}
},
{
"path" : "pages/consume-detail/consume-detail",
"style" :
{
"navigationBarTitleText" : "耗卡详情"
}
},
{
"path" : "pages/refund-list/refund-list",
"style" :
{
"navigationBarTitleText" : "退卡记录"
}
},
{
"path" : "pages/refund-detail/refund-detail",
"style" :
{
"navigationBarTitleText" : "退卡详情"
}
},
{
"path" : "pages/transferCard/transferCard",
"style" :
{
"enablePullDownRefresh": false ,
"navigationBarTitleText" : "转卡"
}
},
{
"path" : "pages/serviceDiary/serviceDiary",
"style" :
{
"navigationBarTitleText" : "服务日志"
}
},
{
"path" : "pages/addServiceLog/addServiceLog",
"style" :
{
"navigationBarTitleText" : "新增服务日志"
}
},
{
"path" : "pages/web/web",
"style" :
{
"navigationBarTitleText" : "绿纤AI问答"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "绿纤协同平台",
"navigationBarBackgroundColor": "#fff"
},
"uniIdRouter": {}
}