pages.json
4.39 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
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
{
"pages": [{
"path": "pages/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
}, {
"path": "pages/register",
"style": {
"navigationBarTitleText": "注册"
}
}, {
"path": "pages/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom"
}
}, {
"path": "pages/data/index",
"style": {
"navigationBarTitleText": "资料"
}
}, {
"path": "pages/business/index",
"style": {
"navigationBarTitleText": "业务"
}
}, {
"path": "pages/report/index",
"style": {
"navigationBarTitleText": "财务"
}
}, {
"path": "pages/mine/index",
"style": {
"navigationBarTitleText": "我的"
}
}, {
"path": "pages/mine/avatar/index",
"style": {
"navigationBarTitleText": "修改头像"
}
}, {
"path": "pages/mine/info/index",
"style": {
"navigationBarTitleText": "个人信息"
}
}, {
"path": "pages/mine/info/edit",
"style": {
"navigationBarTitleText": "编辑资料"
}
}, {
"path": "pages/mine/pwd/index",
"style": {
"navigationBarTitleText": "修改密码"
}
}, {
"path": "pages/mine/setting/index",
"style": {
"navigationBarTitleText": "应用设置"
}
}, {
"path": "pages/mine/help/index",
"style": {
"navigationBarTitleText": "常见问题"
}
}, {
"path": "pages/mine/about/index",
"style": {
"navigationBarTitleText": "关于我们"
}
}, {
"path": "pages/common/webview/index",
"style": {
"navigationBarTitleText": "浏览网页"
}
}, {
"path": "pages/common/textview/index",
"style": {
"navigationBarTitleText": "浏览文本"
}
}
],
"subPackages": [
{
"root": "pages-business",
"pages": [
{
"path": "purchase/config",
"style": {
"navigationBarTitleText": "采购设置"
}
},
{
"path": "purchase/order/index",
"style": {
"navigationBarTitleText": "采购订单"
}
},
{
"path": "retail/config",
"style": {
"navigationBarTitleText": "零售设置"
}
},
{
"path": "sale/config",
"style": {
"navigationBarTitleText": "销售设置"
}
},
{
"path": "take/config",
"style": {
"navigationBarTitleText": "盘点设置"
}
}
]
},
{
"root": "pages-data",
"pages": [
{
"path": "address/index",
"style": {
"navigationBarTitleText": "地址管理"
}
},
{
"path": "brand/index",
"style": {
"navigationBarTitleText": "品牌管理"
}
},
{
"path": "category/index",
"style": {
"navigationBarTitleText": "分类管理"
}
},
{
"path": "customer/index",
"style": {
"navigationBarTitleText": "客户管理"
}
},
{
"path": "logistics/index",
"style": {
"navigationBarTitleText": "物流管理"
}
},
{
"path": "member/index",
"style": {
"navigationBarTitleText": "会员管理"
}
},
{
"path": "pay-type/index",
"style": {
"navigationBarTitleText": "支付方式"
}
},
{
"path": "product/index",
"style": {
"navigationBarTitleText": "产品管理"
}
},
{
"path": "property/index",
"style": {
"navigationBarTitleText": "商品属性"
}
},
{
"path": "property/item/index",
"style": {
"navigationBarTitleText": "属性项"
}
},
{
"path": "shop/index",
"style": {
"navigationBarTitleText": "店铺管理"
}
},
{
"path": "store-center/index",
"style": {
"navigationBarTitleText": "门店管理"
}
},
{
"path": "supplier/index",
"style": {
"navigationBarTitleText": "供应商管理"
}
}
]
}
],
"tabBar": {
"color": "rgba(0,0,0,0.9)",
"selectedColor": "#3D48A3",
"borderStyle": "white",
"list": [{
"pagePath": "pages/index",
"iconPath": "static/images/tabbar/home.png",
"selectedIconPath": "static/images/tabbar/home_act.png",
"text": "首页"
},{
"pagePath": "pages/mine/index",
"iconPath": "static/images/tabbar/mine.png",
"selectedIconPath": "static/images/tabbar/mine_act.png",
"text": "我的"
}]
},
"globalStyle": {
"navigationBarTitleText": "ERP",
"navigationBarBackgroundColor": "#3c96f3",
"navigationBarTextStyle": "white"
}
}