-
Notifications
You must be signed in to change notification settings - Fork 2
/
project.config.json
144 lines (144 loc) · 2.95 KB
/
project.config.json
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"miniprogramRoot": "miniprogram/",
"cloudfunctionRoot": "cloudfunctions/",
"setting": {
"urlCheck": true,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true
},
"appid": "wx649b51cafacdd3a1",
"projectname": "icode",
"libVersion": "2.2.5",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"cloudfunctionTemplateRoot": "cloudfunctionTemplate",
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"list": []
},
"miniprogram": {
"current": 9,
"list": [
{
"id": 1,
"name": "主页面",
"pathName": "pages/index/index",
"query": "",
"scene": 1047
},
{
"id": -1,
"name": "总任务",
"pathName": "pages/maintask/maintask",
"query": "",
"scene": null
},
{
"id": 4,
"name": "创建团队",
"pathName": "pages/create_team/create_team",
"query": "",
"scene": null
},
{
"id": 4,
"name": "创建任务",
"pathName": "pages/create_task/create_task",
"query": "teamId=XK4VkXkPDdDCJ860",
"scene": null
},
{
"id": 5,
"name": "邀请成员",
"pathName": "pages/invite/invite",
"query": "teamid=XK4VkXkPDdDCJ860",
"scene": null
},
{
"id": 5,
"name": "选择成员",
"pathName": "pages/choosemember/choosemember",
"query": "teamId=XK4VkXkPDdDCJ860",
"scene": null
},
{
"id": 6,
"name": "任务详情",
"pathName": "pages/task/task",
"query": "teamName=团队呀&taskId=96c1cbbe5cd7c70c10a1fced6225282e&userId=XK4Oqkftrkci08g",
"scene": null
},
{
"id": 8,
"name": "团队详情(任务列表)",
"pathName": "pages/task-list/task-list",
"query": "teamId=XK4VkXkPDdDCJ860",
"scene": null
},
{
"id": -1,
"name": "授权页面",
"pathName": "pages/authorization/authorization",
"query": "",
"scene": null
},
{
"id": 9,
"name": "受邀请进入界面",
"pathName": "pages/beInvited/beInvited",
"query": "teamId=57896b495ce94b41056c9e883259280b",
"scene": null
},
{
"id": -1,
"name": "授权并登陆",
"pathName": "pages/authorization_main/authorization_main",
"query": "",
"scene": null
},
{
"id": -1,
"name": "成员列表",
"pathName": "pages/memberList/memberList",
"query": "teamId=XK4VkXkPDdDCJ860",
"scene": null
},
{
"id": -1,
"name": "引导页面",
"pathName": "pages/guidance/guidance",
"query": "",
"scene": null
},
{
"id": 13,
"name": "通知",
"pathName": "pages/inform/inform",
"query": "",
"scene": null
},
{
"id": -1,
"name": "创建通知",
"pathName": "pages/create_inform/create_inform",
"query": "",
"scene": null
}
]
}
}
}