-
Notifications
You must be signed in to change notification settings - Fork 0
/
pages.json
138 lines (138 loc) · 2.83 KB
/
pages.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
{
"pages": [{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "发现",
"enablePullDownRefresh": false
}
},
{
"path": "pages/classify/classify",
"style": {
"navigationBarTitleText": "分类",
"enablePullDownRefresh": false
}
},
{
"path": "pages/mine/mine",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
}
],
"subPackages": [{
"root": "branch",
"pages": [{
"path": "SearchPage/SearchPage",
"style": {
"navigationBarTitleText": "搜索",
"enablePullDownRefresh": false
}
},
{
"path": "Collection/Collection",
"style": {
"navigationBarTitleText": "我的点赞",
"enablePullDownRefresh": false
}
},
{
"path": "addvideo/addvideo",
"style": {
"navigationBarTitleText": "视频列表",
"enablePullDownRefresh": false
}
},
{
"path": "releasevideo/releasevideo",
"style": {
"navigationBarTitleText": "发布作品",
"enablePullDownRefresh": false
}
},
{
"path": "Classify/Classify",
"style": {
"navigationBarTitleText": "分类",
"enablePullDownRefresh": false
}
},
{
"path": "History/History",
"style": {
"navigationBarTitleText": "历史记录",
"enablePullDownRefresh": false
}
},
{
"path": "Login/Login",
"style": {
"navigationBarTitleText": "登录页面",
"enablePullDownRefresh": false
}
},
{
"path": "enroll/enroll",
"style": {
"navigationBarTitleText": "注册",
"enablePullDownRefresh": false
}
},
{
"path": "MyWork/MyWork",
"style": {
"navigationBarTitleText": "我的作品",
"enablePullDownRefresh": false
}
},
{
"path": "Details/Details",
"style": {
"navigationBarTitleText": "在线点播",
"enablePullDownRefresh": false
}
},
{
"path": "modify/modify",
"style": {
"navigationBarTitleText": "修改头像",
"enablePullDownRefresh": false
}
}
]
}],
"tabBar": {
"color": "#000",
"selectedColor": "#FB7299",
"list": [{
"text": "发现",
"iconPath": "static/img/发现1.png",
"selectedIconPath": "static/img/发现.png",
"pagePath": "pages/home/home"
},
{
"text": "分类",
"iconPath": "static/img/分类1.png",
"selectedIconPath": "static/img/分类.png",
"pagePath": "pages/classify/classify"
},
{
"text": "我的",
"iconPath": "static/img/我的.png",
"selectedIconPath": "static/img/我的1.png",
"pagePath": "pages/mine/mine"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"usingComponents": {
"Search": "/components/Search/index"
}
},
"uniIdRouter": {}
}