-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpages.json
121 lines (121 loc) · 2.36 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
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app x"
}
},
{
"path": "pages/uvue/section-x/section-x",
"style": {
"navigationBarTitleText": "section-x 标题栏"
}
},
{
"path": "pages/uvue/list-x/list-x",
"style": {
"navigationBarTitleText": "list-x列表页"
}
},
{
"path": "pages/test/test/test",
"style": {
"navigationBarTitleText": "测试页面"
}
},
{
"path": "pages/uvue/list-x/chat-x",
"style": {
"navigationBarTitleText": "chat页面"
}
},
{
"path": "pages/uvue/icons-x/icons-x",
"style": {
"navigationBarTitleText": "图标"
}
},
{
"path": "pages/uvue/data-picker-x/data-picker-x",
"style": {
"navigationBarTitleText": "级联选择器"
}
},
{
"path": "pages/test/test/test-setup",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/uvue/card-x/card-x",
"style": {
"navigationBarTitleText": "Card 卡片"
}
},
{
"path" : "pages/uvue/badge-x/badge-x",
"style" :
{
"navigationBarTitleText" : "角标页"
}
},
{
"path" : "pages/uvue/breadcrumb-x/breadcrumb-x",
"style" :
{
"navigationBarTitleText" : "面包屑"
}
},
{
"path" : "pages/uvue/fab-x/fab-x",
"style" :
{
"navigationBarTitleText" : "Fab悬浮按钮"
}
},
{
"path" : "pages/uvue/fav-x/fav-x",
"style" :
{
"navigationBarTitleText" : "Fav收藏"
}
},
{
"path" : "pages/uvue/notice-bar-x/notice-bar-x",
"style" :
{
"navigationBarTitleText" : "NoticeBarX 通告栏"
}
},
{
"path" : "pages/uvue/tag-x/tag-x",
"style" :
{
"navigationBarTitleText" : "TagX 标签"
}
},
{
"path" : "pages/uvue/easyinput-x/easyinput-x",
"style" :
{
"navigationBarTitleText" : "easyInputX 输入框"
}
},
{
"path" : "pages/uvue/data-checkbox-x/data-checkbox-x",
"style" :
{
"navigationBarTitleText" : "DataCheckboxX 单选复选框"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app x",
"navigationBarBackgroundColor": "#007AFF",
"backgroundColor": "#f5f5f5"
},
"uniIdRouter": {}
}