-
Notifications
You must be signed in to change notification settings - Fork 0
/
pages.json
155 lines (154 loc) · 3.05 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"easycom": {
"autoscan": true,
"custom": {
"ff-(.*)": "@/components/ff-$1/ff-$1.vue", // 自定义组件
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" // uView ui
}
},
"pages": [{
"path": "pages/home/index/index",
"style": {}
},
{
"path": "pages/home/list/index",
"style": {}
},
{
"path": "pages/home/so/index",
"style": {
"navigationBarTitleText": "分类查询"
}
},
{
"path": "pages/so/index/index",
"style": {
"navigationBarTitleText": "商标查询"
}
},
{
"path": "pages/so/list/index",
"style": {
"navigationBarTitleText": "分类查询"
}
},
{
"path": "pages/so/view/index",
"style": {
"navigationBarTitleText": "商标详情"
}
},
{
"path": "pages/order/index/index",
"style": {
"navigationBarTitleText": "订单列表"
}
},
{
"path": "pages/order/form/index",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/cart/index/index",
"style": {
"navigationBarTitleText": "已选分类"
}
},
{
"path": "pages/user/index/index",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/user/system/index",
"style": {
"navigationBarTitleText": "系统设置"
}
},
{
"path": "pages/user/applicant/index",
"style": {
"navigationBarTitleText": "申请人列表"
}
},
{
"path": "pages/user/applicant/form",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/user/document/index",
"style": {
"navigationBarTitleText": "发文列表"
}
},
{
"path": "pages/user/tools/weituoshu",
"style": {
"navigationBarTitleText": "生成委托书"
}
},
{
"path": "pages/user/tools/tuyang",
"style": {
"navigationBarTitleText": "生成图样"
}
},
{
"path": "pages/status/error/index",
"style": {
"navigationBarTitleText": "提示"
}
},
{
"path": "pages/share/index/index",
"style": {}
}
],
"tabBar": {
"color": "#211B12",
"selectedColor": "#211B12",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/home/index/index",
"iconPath": "static/icon/xl1.png",
"selectedIconPath": "static/icon/xl2.png",
"text": "选类"
}, {
"pagePath": "pages/cart/index/index",
"iconPath": "static/icon/cart1.png",
"selectedIconPath": "static/icon/cart2.png",
"text": "已选"
},
{
"pagePath": "pages/so/index/index",
"iconPath": "static/icon/so1.png",
"selectedIconPath": "static/icon/so2.png",
"text": "查询"
},
{
"pagePath": "pages/order/index/index",
"iconPath": "static/icon/od1.png",
"selectedIconPath": "static/icon/od2.png",
"text": "订单"
},
{
"pagePath": "pages/user/index/index",
"iconPath": "static/icon/us1.png",
"selectedIconPath": "static/icon/us2.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "超龙商标",
"navigationBarBackgroundColor": "#2979ff",
"backgroundColor": "#F8F8F8"
}
}