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
| {
| "pages": [
| "pages/index/index",
| "pages/appointment/appointment",
| "pages/PackageDetails/PackageDetails",
| "pages/physicalAppointment/physicalAppointment",
| "pages/ReportOverview/ReportOverview",
| "pages/ComparisonReport/ComparisonReport",
| "pages/ReportDetails/ReportDetails",
| "pages/my/my",
| "pages/about/about",
| "pages/hot/hot",
| "pages/login/login",
| "pages/fg/fg"
| ],
| "subPackages": [],
| "window": {
| "navigationBarTextStyle": "black",
| "navigationBarTitleText": "uni-app",
| "navigationBarBackgroundColor": "#F8F8F8",
| "backgroundColor": "#F8F8F8"
| },
| "tabBar": {
| "color": "#555",
| "selectedColor": "white",
| "list": [
| {
| "pagePath": "pages/index/index",
| "text": "首页",
| "iconPath": "static/images/tabbar/family.png",
| "selectedIconPath": "static/images/tabbar/family1.png"
| },
| {
| "pagePath": "pages/appointment/appointment",
| "text": "热销",
| "iconPath": "static/images/tabbar/hot.png",
| "selectedIconPath": "static/images/tabbar/hot1.png"
| },
| {
| "pagePath": "pages/fg/fg",
| "text": "分院",
| "iconPath": "static/images/tabbar/floor.png",
| "selectedIconPath": "static/images/tabbar/floor1.png"
| },
| {
| "pagePath": "pages/my/my",
| "text": "我的",
| "iconPath": "static/images/tabbar/my.png",
| "selectedIconPath": "static/images/tabbar/my1.png"
| }
| ]
| },
| "usingComponents": {}
| }
|
|