forked from WinstonLiyt/WhereToEatAtTongji-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
88 lines (88 loc) · 3.01 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
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
{
"pages": [
"pages/launch/launch",
"pages/personal-student/modify-info/modify-info",
"pages/login/store_signup/store_signup",
"pages/login/student_signup/student_signup",
"pages/login/user_role_choice/user_role_choice",
"pages/community/community",
"pages/post/post",
"pages/add_post/add_post",
"pages/browse/store_list/store_list",
"pages/browse/store_page/store_page",
"pages/browse/food_page/food_page",
"pages/browse/search/search",
"pages/recommend/recommend",
"pages/personal/personal",
"pages/personal-student/personal-student/personal-student",
"pages/business_edit/business_edit",
"pages/business_menu/business_menu",
"pages/business_show/business_show",
"pages/business_comment/businesss_comment",
"pages/notification/notification",
"pages/starlist/starlist",
"pages/postlist/postlist",
"pages/administrator/user_list/user_list"
],
"tabBar": {
"custom": true,
"color": "#f6cc7a",
"backgroundColor": "#fff2d9",
"selectedColor": "#e5bb69",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/browse/store_list/store_list",
"text": "美食浏览",
"iconPath": "/statics/imgs/tabBar/browse.png",
"selectedIconPath": "/statics/imgs/tabBar/browse_selected.png"
},
{
"pagePath": "pages/business_menu/business_menu",
"text": "菜品管理",
"iconPath": "/statics/imgs/tabBar/browse.png",
"selectedIconPath": "/statics/imgs/tabBar/browse_selected.png"
},
{
"pagePath": "pages/community/community",
"text": "社区交流",
"iconPath": "/statics/imgs/tabBar/community.png",
"selectedIconPath": "/statics/imgs/tabBar/community_selected.png"
},
{
"pagePath": "pages/recommend/recommend",
"text": "菜品推荐",
"iconPath": "/statics/imgs/tabBar/recommend.png",
"selectedIconPath": "/statics/imgs/tabBar/recommend_selected.png"
},
{
"pagePath": "pages/personal-student/personal-student/personal-student",
"text": "个人信息(学生)",
"iconPath": "/statics/imgs/tabBar/personal.png",
"selectedIconPath": "/statics/imgs/tabBar/personal_selected.png"
},
{
"pagePath": "pages/administrator/user_list/user_list",
"text": "用户管理",
"iconPath": "/statics/imgs/tabBar/browse.png",
"selectedIconPath": "/statics/imgs/tabBar/browse_selected.png"
},
{
"pagePath": "pages/personal/personal",
"text": "个人信息(商家)",
"iconPath": "/statics/imgs/tabBar/personal.png",
"selectedIconPath": "/statics/imgs/tabBar/personal_selected.png"
}
]
},
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#fff2d9"
},
"usingComponents": {},
"style": "v2",
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}