-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
43 lines (43 loc) · 1.05 KB
/
app.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
{
"pages": [
"pages/index/index",
"pages/configVem/index/index",
"pages/user/login/login",
"pages/configVem/channelConfig/channeConfig",
"pages/configVem/channelConfig/modifyGoods/modifyGoods",
"pages/configVem/channelConfig/changeGoods/changeGoods",
"pages/order/todaySales/todaySales",
"pages/configVem/changeVem/changeVem",
"pages/logs/logs"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "运营平台",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#ccc",
"selectedColor": "#2EB897",
"borderStyle": "white",
"backgroundColor": "white",
"list": [
{
"text": "首页",
"pagePath": "pages/index/index"
},
{
"text": "配置",
"pagePath": "pages/configVem/index/index"
},
{
"text": "账单",
"pagePath": "pages/logs/logs"
},
{
"text": "个人中心",
"pagePath": "pages/user/login/login"
}
]
}
}