forked from M0Yi/mychat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpages.json
135 lines (130 loc) · 2.62 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
{
"pages": [
{
"path": "pages/chat/index",
"style": {
"navigationBarTitleText": "对话",
"backgroundColor":"#1c2024"
}
},
{
"path": "pages/user/login",
"style": {
"navigationBarTitleText": "用户登陆",
"backgroundColor":"#1c2024"
}
},
{
"path": "pages/app/indexs",
"style": {
"navigationBarTitleText": "首页",
"backgroundColor":"#1c2024"
}
},
{
"path": "pages/list/chat",
"style": {
"navigationBarTitleText": "对话列表",
"backgroundColor":"#1c2024"
}
},
{
"path": "pages/list/contacts",
"style": {
"navigationBarTitleText": "联系人列表",
"backgroundColor":"#1c2024"
}
},
{
"path": "pages/cosmos/index",
"style": {
"navigationBarTitleText": "宇宙",
"backgroundColor":"#1c2024"
}
},
{
"path": "pages/cosmos/push",
"style": {
"navigationBarTitleText": "推送",
"backgroundColor":"#1c2024"
}
},
{
"path": "pages/cosmos/details",
"style": {
"navigationBarTitleText": "详情",
"backgroundColor":"#1c2024"
}
},
{
"path": "pages/user/index",
"style": {
"navigationBarTitleText": "用户详情",
"backgroundColor":"#1c2024"
}
},
{
"path": "pages/user/changepwd",
"style": {
"navigationBarTitleText": "修改密码",
"backgroundColor":"#1c2024"
}
},
{
"path": "pages/user/changemobile",
"style": {
"navigationBarTitleText": "修改手机",
"backgroundColor":"#1c2024"
}
},
{
"path": "pages/user/profile",
"style": {
"navigationBarTitleText": "个人资料",
"backgroundColor":"#1c2024"
}
},
{
"path": "pages/user/center",
"style": {
"navigationBarTitleText": "用户中心",
"backgroundColor":"#1c2024"
}
},
{
"path": "pages/cms/index",
"style": {
"navigationBarTitleText": "单页",
"backgroundColor":"#1c2024"
}
},
{
"path": "pages/user/feedback",
"style": {
"navigationBarTitleText": "反馈意见",
"backgroundColor":"#1c2024"
}
}
],
"globalStyle": {
"mp-alipay": {
/* 支付宝小程序特有相关 */
"transparentTitle": "always",
"allowsBounceVertical": "NO"
},
"navigationBarBackgroundColor": "#000000",
"navigationBarTitleText": "ColorUi for UniApp",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"usingComponts": false,
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "应用", //模式名称
"path": "pages/app/indexs", //启动页面
"query": "id=1081" //启动参数
}
]
}
}