project.config.json
2.5 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"description": "项目配置文件",
"packOptions": {
"ignore": []
},
"setting": {
"urlCheck": false,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true
},
"compileType": "miniprogram",
"libVersion": "2.4.0",
"appid": "wxac365079a43a66bb",
"projectname": "%E5%AE%B6%E5%BA%AD%E4%BF%9D%E9%99%A92",
"debugOptions": {
"hidedInDevtools": []
},
"isGameTourist": false,
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"currentL": -1,
"list": []
},
"miniprogram": {
"current": 9,
"list": [
{
"id": -1,
"name": "保单添加",
"pathName": "pages/index/addListDetail/addListDetail",
"query": ""
},
{
"id": -1,
"name": "保单体检",
"pathName": "pages/index/periodicReviews/periodicReviews",
"query": ""
},
{
"id": 2,
"name": "保单体检",
"pathName": "pages/index/periodicReviews/periodicReviews",
"query": "allinfo={\"family_id\":128,\"warn_time\":0,\"warn_status\":0,\"infor\":2,\"users\":[{\"family_id\":128,\"id\":241,\"name\":\"测试\",\"family_role\":\"家住\",\"user_family\":1,\"cid\":413,\"key_status\":0},{\"family_id\":128,\"id\":242,\"name\":\"ceshi\",\"family_role\":\"haiz\",\"user_family\":0,\"cid\":413,\"key_status\":0}]}"
},
{
"id": -1,
"name": "个人信息录入",
"pathName": "pages/index/EntryInformation/EntryInformation",
"query": ""
},
{
"id": -1,
"name": "编辑保单",
"pathName": "pages/index/addListDetail/addListDetail",
"query": "def_id=241&inforid=14&FamilyId=128"
},
{
"id": -1,
"name": "方案预设",
"pathName": "pages/index/Program/Program",
"query": ""
},
{
"id": -1,
"name": "center",
"pathName": "pages/personalCenter/personalCenter",
"query": ""
},
{
"id": -1,
"name": "保单汇总表",
"pathName": "pages/index/summaryList/summaryList",
"query": "allinfo={\"family_id\":130,\"warn_time\":0,\"warn_status\":0,\"infor\":1,\"users\":[{\"family_id\":130,\"id\":245,\"name\":\"ceshi\",\"family_role\":\"dsfs\",\"user_family\":1,\"cid\":413,\"key_status\":0}]}"
},
{
"id": -1,
"name": "aa",
"pathName": "pages/index/editProfile/editProfile",
"query": ""
},
{
"id": -1,
"name": "aa",
"pathName": "pages/index/inviteList/inviteList"
}
]
}
}
}