-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
35 lines (35 loc) · 924 Bytes
/
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
{
"pages": [
"pages/user/login/login",
"pages/user/personal/personal",
"pages/cms/list/list",
"pages/user/review/review",
"pages/cms/info/info"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#000",
"selectedColor": "#399eea",
"list": [
{
"pagePath": "pages/cms/list/list",
"text": "首 页",
"iconPath": "/assets/images/tabBar/index.png",
"selectedIconPath": "/assets/images/tabBar/index-act.png"
},
{
"pagePath": "pages/user/personal/personal",
"text": "我 的",
"iconPath": "/assets/images/tabBar/personal.png",
"selectedIconPath": "/assets/images/tabBar/personal-act.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}