c7add6cf
“wangming”
初始版本开发完毕
|
1
|
{
|
25852764
unknown
s
|
2
|
|
c7add6cf
“wangming”
初始版本开发完毕
|
3
4
5
6
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/home/home",
"style": {
|
25852764
unknown
s
|
7
8
|
"navigationStyle": "custom",
"enablePullDownRefresh": true
|
c7add6cf
“wangming”
初始版本开发完毕
|
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
|
}
},
{
"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"
}
|
25852764
unknown
s
|
61
|
}, {
|
c7add6cf
“wangming”
初始版本开发完毕
|
62
63
64
65
66
|
"path": "pages/FindWord/FindWord",
"style": {
"navigationBarTitleText": "我要找工作",
"navigationBarBackgroundColor": "#FFFFFF"
}
|
25852764
unknown
s
|
67
|
}, {
|
c7add6cf
“wangming”
初始版本开发完毕
|
68
69
70
71
72
|
"path": "pages/Detail/Detail",
"style": {
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#FFFFFF"
}
|
25852764
unknown
s
|
73
|
}, {
|
c7add6cf
“wangming”
初始版本开发完毕
|
74
75
76
77
78
|
"path": "pages/Opinion/Opinion",
"style": {
"navigationBarTitleText": "意见/投诉",
"navigationBarBackgroundColor": "#FFFFFF"
}
|
25852764
unknown
s
|
79
|
}, {
|
c7add6cf
“wangming”
初始版本开发完毕
|
80
81
|
"path": "pages/JobsDetails/JobsDetails",
"style": {
|
25852764
unknown
s
|
82
83
|
"navigationStyle": "custom",
"enablePullDownRefresh": true
|
c7add6cf
“wangming”
初始版本开发完毕
|
84
85
86
87
88
89
90
91
92
93
94
95
|
}
}, {
"path": "pages/Login/index",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/Login/register",
"style": {
"navigationStyle": "custom"
}
}, {
|
501a5e3f
“wangming”
交接
|
96
97
98
99
|
"path": "pages/Login/content",
"style": {
"navigationStyle": "custom"
}
|
25852764
unknown
s
|
100
|
}, {
|
c7add6cf
“wangming”
初始版本开发完毕
|
101
102
103
104
105
106
107
108
109
110
111
112
113
114
|
"path": "pages/AllWork/AllWork",
"style": {
"navigationBarTitleText": "更多招聘",
"navigationBarBackgroundColor": "#FFFFFF"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "商城",
"navigationBarBackgroundColor": "#f6f6f6",
"backgroundColor": "#f6f6f6",
"backgroundColorTop": "#FFFFFF"
},
|
25852764
unknown
s
|
115
116
117
|
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
|
c7add6cf
“wangming”
初始版本开发完毕
|
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
|
"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": ""
}
]
}
}
|