commit | author | age
|
a02423
|
1 |
{ |
Z |
2 |
"pages": [ |
|
3 |
"pages/login/login", |
|
4 |
"pages/register/register", |
|
5 |
"pages/forget/forget", |
|
6 |
"pages/changepassword/changepassword", |
|
7 |
"pages/center/center", |
|
8 |
"pages/user-info/userinfo", |
|
9 |
"pages/forum/forum-index", |
|
10 |
"pages/forum/forum-detail", |
|
11 |
"pages/forum/forum-my", |
|
12 |
"pages/forum/forum-add-or-update", |
|
13 |
"pages/gerentizheng/list", |
|
14 |
"pages/gerentizheng/list2", |
|
15 |
"pages/gerentizheng/add-or-update", |
|
16 |
"pages/gerentizheng/detail", |
|
17 |
"pages/jiankangtieshi/list", |
|
18 |
"pages/jiankangtieshi/list2", |
|
19 |
"pages/jiankangtieshi/add-or-update", |
|
20 |
"pages/jiankangtieshi/detail", |
|
21 |
"pages/meirijihua/list", |
|
22 |
"pages/meirijihua/list2", |
|
23 |
"pages/meirijihua/add-or-update", |
|
24 |
"pages/meirijihua/detail", |
|
25 |
"pages/meishi/list", |
|
26 |
"pages/meishi/list2", |
|
27 |
"pages/meishi/add-or-update", |
|
28 |
"pages/meishi/detail", |
|
29 |
"pages/meishiCollection/list", |
|
30 |
"pages/meishiCollection/list2", |
|
31 |
"pages/meishiCollection/add-or-update", |
|
32 |
"pages/meishiCollection/detail", |
|
33 |
"pages/meishiLiuyan/list", |
|
34 |
"pages/meishiLiuyan/list2", |
|
35 |
"pages/meishiLiuyan/add-or-update", |
|
36 |
"pages/meishiLiuyan/detail", |
|
37 |
"pages/news/list", |
|
38 |
"pages/news/list2", |
|
39 |
"pages/news/add-or-update", |
|
40 |
"pages/news/detail", |
|
41 |
"pages/yaopin/list", |
|
42 |
"pages/yaopin/list2", |
|
43 |
"pages/yaopin/add-or-update", |
|
44 |
"pages/yaopin/detail", |
|
45 |
"pages/yonghu/list", |
|
46 |
"pages/yonghu/list2", |
|
47 |
"pages/yonghu/add-or-update", |
|
48 |
"pages/yonghu/detail", |
|
49 |
"pages/yundong/list", |
|
50 |
"pages/yundong/list2", |
|
51 |
"pages/yundong/add-or-update", |
|
52 |
"pages/yundong/detail", |
|
53 |
"pages/yundongCollection/list", |
|
54 |
"pages/yundongCollection/list2", |
|
55 |
"pages/yundongCollection/add-or-update", |
|
56 |
"pages/yundongCollection/detail", |
|
57 |
"pages/yundongLiuyan/list", |
|
58 |
"pages/yundongLiuyan/list2", |
|
59 |
"pages/yundongLiuyan/add-or-update", |
|
60 |
"pages/yundongLiuyan/detail", |
|
61 |
"pages/index/index" |
|
62 |
], |
|
63 |
"subPackages": [], |
|
64 |
"window": { |
|
65 |
"navigationBarTextStyle": "black", |
|
66 |
"navigationBarTitleText": "饮食健康小程序", |
|
67 |
"navigationBarBackgroundColor": "#F8F8F8", |
|
68 |
"backgroundColor": "#F8F8F8" |
|
69 |
}, |
|
70 |
"tabBar": { |
|
71 |
"color": "#FFFFFF", |
|
72 |
"selectedColor": "#fff", |
|
73 |
"borderStyle": "black", |
|
74 |
"backgroundColor": "#5FAED0", |
|
75 |
"list": [ |
|
76 |
{ |
|
77 |
"pagePath": "pages/index/index", |
|
78 |
"iconPath": "static/tabs/index.png", |
|
79 |
"selectedIconPath": "static/tabs/index1.png", |
|
80 |
"text": "首页" |
|
81 |
}, |
|
82 |
{ |
|
83 |
"pagePath": "pages/meishi/list", |
|
84 |
"iconPath": "static/tabs/type.png", |
|
85 |
"selectedIconPath": "static/tabs/type1.png", |
|
86 |
"text": "健康食谱" |
|
87 |
}, |
|
88 |
{ |
|
89 |
"pagePath": "pages/yundong/list", |
|
90 |
"iconPath": "static/tabs/type.png", |
|
91 |
"selectedIconPath": "static/tabs/type1.png", |
|
92 |
"text": "运动教程" |
|
93 |
}, |
|
94 |
{ |
|
95 |
"pagePath": "pages/forum/forum-index", |
|
96 |
"iconPath": "static/tabs/order.png", |
|
97 |
"selectedIconPath": "static/tabs/order1.png", |
|
98 |
"text": "论坛" |
|
99 |
}, |
|
100 |
{ |
|
101 |
"pagePath": "pages/center/center", |
|
102 |
"iconPath": "static/tabs/mine.png", |
|
103 |
"selectedIconPath": "static/tabs/mine1.png", |
|
104 |
"text": "我的" |
|
105 |
} |
|
106 |
] |
|
107 |
}, |
|
108 |
"permission": { |
|
109 |
"scope.userLocation": { |
|
110 |
"desc": "小程序将使用定位功能" |
|
111 |
} |
|
112 |
}, |
|
113 |
"requiredPrivateInfos": [ |
|
114 |
"getLocation", |
|
115 |
"chooseLocation" |
|
116 |
], |
|
117 |
"usingComponents": {} |
|
118 |
} |