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
| {
| "pages": [
| "pages/index/index",
| "pages/discover/discover",
| "pages/client/index",
| "pages/work/index",
| "pages/login/index",
| "pages/promotion/index",
| "pages/consult/consult",
| "pages/productVideo/index",
| "pages/homeId/index",
| "pages/kefu/index",
| "pages/kefu/fond",
| "pages/kefu/select",
| "pages/kefu/service",
| "pages/userinfo/index",
| "pages/userinfo/collect",
| "pages/store/index",
| "pages/store/info",
| "pages/store/staff",
| "pages/sets/index",
| "pages/webView/index",
| "pages/download/index",
| "pages/sets/protocol",
| "pages/consult/detail",
| "pages/detailDis/product",
| "pages/detailDis/case",
| "pages/detailDis/realpic"
| ],
| "tabBar": {
| "color": "#999",
| "selectedColor": "#B08771",
| "list": [
| {
| "pagePath": "pages/index/index",
| "iconPath": "static/tabbar/nav_xinfuwu@2x.png",
| "selectedIconPath": "static/tabbar/nav_xinfuwu_sel@2x.png",
| "text": "心服务"
| },
| {
| "pagePath": "pages/discover/discover",
| "iconPath": "static/tabbar/nav_neirong@2x.png",
| "selectedIconPath": "static/tabbar/nav_neirong_sel@2x.png",
| "text": "内容"
| },
| {
| "pagePath": "pages/client/index",
| "iconPath": "static/tabbar/nav_kehu@2x.png",
| "selectedIconPath": "static/tabbar/nav_kehu_sel@2x.png",
| "text": "客户"
| },
| {
| "pagePath": "pages/work/index",
| "iconPath": "static/tabbar/nav_gongzuotai@2x.png",
| "selectedIconPath": "static/tabbar/nav_gongzuotai_sel@2x.png",
| "text": "工作台"
| }
| ]
| },
| "window": {
| "navigationBarTitleText": "志邦家选",
| "navigationBarTextStyle": "black",
| "navigationBarBackgroundColor": "#fff"
| },
| "requiredPrivateInfos": [
| "getLocation",
| "chooseLocation"
| ],
| "usingComponents": {
| "van-button": "@vant/weapp/button/index",
| "van-icon": "@vant/weapp/icon/index",
| "van-loading": "@vant/weapp/loading/index",
| "van-empty": "@vant/weapp/empty/index"
| },
| "permission": {
| "scope.userLocation": {
| "desc": "你的位置信息将用于小程序位置接口的效果展示"
| },
| "scope.writePhotosAlbum":{
| "desc": "授权相册权限后,您才能正常保存图片"
| }
| },
| "componentFramework": "glass-easel",
| "sitemapLocation": "sitemap.json",
| "lazyCodeLoading": "requiredComponents"
| }
|
|