-
Notifications
You must be signed in to change notification settings - Fork 0
/
pages.json
111 lines (108 loc) · 2.03 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
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/shop/shopCenter",
"style": {
"navigationBarTitleText": "商家中心"
}
},
{
"path": "pages/login/authentication",
"style": {
"navigationBarTitleText": "商家实名认证",
"navigationBarBackgroundColor": "#536BB9",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/login/status",
"style": {
"navigationBarTitleText": "实名认证"
}
},
{
"path": "pages/login/shopAuth",
"style": {
"navigationBarTitleText": "实名认证"
}
},
{
"path": "pages/login/base",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/shop/shopInfo",
"style": {
"navigationBarTitleText": "商家资料"
}
},
{
"path": "pages/shop/check",
"style": {
"navigationBarTitleText": "实名认证"
}
},
{
"path": "pages/shop/contactUs",
"style": {
"navigationBarTitleText": "联系我们"
}
},
{
"path": "pages/shop/set",
"style": {
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/shop/accountChange",
"style": {
"navigationBarTitleText": "账号更换"
}
},
{
"path": "pages/shop/changeSuccess",
"style": {
"navigationBarTitleText": "账号更换成功"
}
},
{
"path": "pages/shop/leaveWord",
"style": {
"navigationBarTitleText": "顾客留言"
}
},
{
"path": "pages/shop/QRCode",
"style": {
"navigationBarTitleText": "生成二维码"
}
},
{
"path": "pages/user/msg",
"style": {
"navigationBarTitleText": "系统消息"
}
},
{
"path": "pages/user/msgDetail",
"style": {
"navigationBarTitleText": "消息详情"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "无锡好印象",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F8F8F8"
}
}