This repository has been archived by the owner on May 4, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathproject.private.config.json
84 lines (84 loc) · 2.45 KB
/
project.private.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
{
"setting": {},
"condition": {
"plugin": {
"list": []
},
"game": {
"list": []
},
"gamePlugin": {
"list": []
},
"miniprogram": {
"list": [
{
"id": -1,
"name": "班车时刻",
"pathName": "pages/schoolBus/schoolBus",
"query": "",
"scene": null
},
{
"id": 1,
"name": "我的页面",
"pathName": "pages/me/me",
"query": "",
"scene": null
},
{
"id": -1,
"name": "关于我们",
"pathName": "mePackage/pages/about/about",
"query": "",
"scene": null
},
{
"id": -1,
"name": "修改资料",
"pathName": "mePackage/pages/info/info",
"query": "",
"scene": null
},
{
"id": -1,
"name": "空教室",
"pathName": "pages/classroom/classroom",
"query": "",
"scene": null
},
{
"id": -1,
"name": "校园Q&A",
"pathName": "pages/campusQ&A/campusQ&A",
"query": "",
"scene": null
},
{
"name": "课表",
"pathName": "pages/kebiao/kebiao",
"query": "",
"scene": null
},
{
"name": "校园组团",
"pathName": "pages/zutuan/zutuan",
"query": "",
"scene": null
},
{
"name": "组团详情页",
"pathName": "pages/zutuanDetail/zutuanDetail",
"query": "",
"scene": null
},
{
"name": "校园新闻",
"pathName": "pages/news/news",
"query": "",
"scene": null
}
]
}
}
}