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
| {
| "pages": [
| "pages/index/index",
| "pages/tabBar/firstPage/firstPage",
| "pages/tabBar/count/count",
| "pages/tabBar/count/countDetail",
| "pages/tabBar/count/productDetail",
| "pages/tabBar/current/current"
| ],
| "subPackages": [],
| "window": {
| "navigationBarTextStyle": "black",
| "navigationBarTitleText": "uni-app",
| "navigationBarBackgroundColor": "#F8F8F8",
| "backgroundColor": "#F8F8F8"
| },
| "tabBar": {
| "borderStyle": "black",
| "selectedColor": "#48bff4",
| "color": "#444444",
| "custom": true,
| "list": [
| {
| "pagePath": "pages/tabBar/firstPage/firstPage"
| },
| {
| "pagePath": "pages/tabBar/count/count"
| },
| {
| "pagePath": "pages/tabBar/current/current"
| }
| ]
| },
| "networkTimeout": {
| "request": 5000
| },
| "usingComponents": {}
| }
|
|