-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpages.json
106 lines (106 loc) · 2.29 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
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
"^w-(.*)": "@uni-ui/code-ui/components/w-$1/index.vue"
},
"app-plus": {
"softinputMode": "adjustResize"
},
"pages": [
{
"path": "pages/index/index",
"style" : {
"navigationBarTitleText" : "JavaDog Chat",
"backgroundColorTop":"#FFFFFF",
"backgroundColorBottom":"#FFFFFF",
"app-plus" : {
"bounce" : "none"
},
"mp-alipay":{"allowsBounceVertical":"NO"}
}
},
{
"path": "pages/login/index"
},
{
"path": "pages/register/index"
},
{
"path": "pages/friend/friend"
},
{
"path": "pages/friend/info"
},
{
"path": "pages/group/group"
},
{
"path": "pages/group/friendList"
},
{
"path": "pages/group/add"
},
{
"path": "pages/group/info"
},
{
"path": "pages/msg/friendMsg"
},
{
"path": "pages/msg/groupMsg"
},
{
"path": "pages/mine/mine"
},
{
"path": "pages/mine/info"
},
{
"path": "pages/invitation/add"
},
{
"path": "pages/invitation/added"
},
{
"path": "pages/webview/webview"
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "JavaDog Chat",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColorTop":"#FFFFFF",
"backgroundColor": "#F8F8F8",
"app-plus": {
"titleNView": false
},
"navigationStyle": "custom"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3c9cff",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/img/chat.png",
"selectedIconPath": "static/img/chat-choose.png",
"text": "消息"
},{
"pagePath": "pages/friend/friend",
"iconPath": "static/img/friend.png",
"selectedIconPath": "static/img/friend-choose.png",
"text": "好友"
},{
"pagePath": "pages/group/group",
"iconPath": "static/img/group.png",
"selectedIconPath": "static/img/group-choose.png",
"text": "群组"
},{
"pagePath": "pages/mine/mine",
"iconPath": "static/img/mine.png",
"selectedIconPath": "static/img/mine-choose.png",
"text": "我的"
}]
}
}