c7add6cf
“wangming”
初始版本开发完毕
|
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
|
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/home/home",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/discover/discover",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/cart/cart",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/my/my",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/GoodsDetails/GoodsDetails",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/ConfirmOrder/ConfirmOrder",
"style": {
"navigationBarTitleText": "人力资源外包",
"navigationBarBackgroundColor": "#FFFFFF"
}
}, {
"path": "pages/ArticleDetails/ArticleDetails",
"style": {
"navigationBarTitleText": "文章",
"navigationBarBackgroundColor": "#FFFFFF"
}
}, {
"path": "pages/OrderDetails/OrderDetails",
"style": {
"navigationBarTitleText": "产品详情",
"navigationBarBackgroundColor": "#FFFFFF"
}
}, {
"path": "pages/MyCoupon/MyCoupon",
"style": {
"navigationBarTitleText": "培训考证",
"navigationBarBackgroundColor": "#FFFFFF"
}
}, {
"path": "pages/Feedback/Feedback",
"style": {
"navigationBarTitleText": "我要招工",
"navigationBarBackgroundColor": "#FFFFFF"
}
}, {
"path": "pages/FindWord/FindWord",
"style": {
"navigationBarTitleText": "我要找工作",
"navigationBarBackgroundColor": "#FFFFFF"
}
}, {
"path": "pages/Detail/Detail",
"style": {
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#FFFFFF"
}
},{
"path": "pages/Opinion/Opinion",
"style": {
"navigationBarTitleText": "意见/投诉",
"navigationBarBackgroundColor": "#FFFFFF"
}
},{
"path": "pages/JobsDetails/JobsDetails",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/Login/index",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/Login/register",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/AllWork/AllWork",
"style": {
"navigationBarTitleText": "更多招聘",
"navigationBarBackgroundColor": "#FFFFFF"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "商城",
"navigationBarBackgroundColor": "#f6f6f6",
"backgroundColor": "#f6f6f6",
"backgroundColorTop": "#FFFFFF"
},
"tabBar": {
"custom": true,
"selectedColor": "#f23030",
"backgroundColor": "#ffffff",
"list": [{
"iconPath": "/static/tabBar/tab_01.png",
"selectedIconPath": "/static/tabBar/tab_02.png",
"pagePath": "pages/home/home",
"text": ""
},
{
"iconPath": "/static/tabBar/tab_05.png",
"selectedIconPath": "/static/tabBar/tab_06.png",
"pagePath": "pages/discover/discover",
"text": ""
},
{
"iconPath": "/static/tabBar/tab_07.png",
"selectedIconPath": "/static/tabBar/tab_08.png",
"pagePath": "pages/cart/cart",
"text": ""
},
{
"iconPath": "/static/tabBar/tab_09.png",
"selectedIconPath": "/static/tabBar/tab_10.png",
"pagePath": "pages/my/my",
"text": ""
}
]
}
}
|