|
@@ -30,26 +30,26 @@ export default {
|
30
|
30
|
tabBar: {
|
31
|
31
|
list: [
|
32
|
32
|
{
|
33
|
|
- iconPath: 'https://cjgw.oss-cn-hangzhou.aliyuncs.com/ygcxxfb/image/iconhuishenghuo-.png',
|
34
|
|
- selectedIconPath: 'https://cjgw.oss-cn-hangzhou.aliyuncs.com/ygcxxfb/image/iconhuishenghuo.png',
|
|
33
|
+ iconPath: 'assets/image/iconhuishenghuo-.png',
|
|
34
|
+ selectedIconPath: 'assets/image/iconhuishenghuo.png',
|
35
|
35
|
pagePath: 'pages/HuiShengHuo/index',
|
36
|
36
|
text: '荟 · 生活'
|
37
|
37
|
},
|
38
|
38
|
{
|
39
|
|
- iconPath: 'https://cjgw.oss-cn-hangzhou.aliyuncs.com/ygcxxfb/image/iconhuiquanyi-.png',
|
40
|
|
- selectedIconPath: 'https://cjgw.oss-cn-hangzhou.aliyuncs.com/ygcxxfb/image/iconhuiquanyi.png',
|
|
39
|
+ iconPath: 'assets/image/iconhuiquanyi-.png',
|
|
40
|
+ selectedIconPath: 'assets/image/iconhuiquanyi.png',
|
41
|
41
|
pagePath: 'pages/HuiQuanYi/index',
|
42
|
42
|
text: '荟 · 权益'
|
43
|
43
|
},
|
44
|
44
|
{
|
45
|
|
- iconPath: 'https://cjgw.oss-cn-hangzhou.aliyuncs.com/ygcxxfb/image/iconhuiaixin-.png',
|
46
|
|
- selectedIconPath: 'https://cjgw.oss-cn-hangzhou.aliyuncs.com/ygcxxfb/image/iconhuiaixin.png',
|
|
45
|
+ iconPath: 'assets/image/iconhuiaixin-.png',
|
|
46
|
+ selectedIconPath: 'assets/image/iconhuiaixin.png',
|
47
|
47
|
pagePath: 'pages/HuiAiXin/index',
|
48
|
48
|
text: '荟 · 爱心'
|
49
|
49
|
},
|
50
|
50
|
{
|
51
|
|
- iconPath: 'https://cjgw.oss-cn-hangzhou.aliyuncs.com/ygcxxfb/image/iconwode-.png',
|
52
|
|
- selectedIconPath: 'https://cjgw.oss-cn-hangzhou.aliyuncs.com/ygcxxfb/image/iconwode.png',
|
|
51
|
+ iconPath: 'assets/image/iconwode-.png',
|
|
52
|
+ selectedIconPath: 'assets/image/iconwode.png',
|
53
|
53
|
pagePath: 'pages/WoDe/index',
|
54
|
54
|
text: '我的'
|
55
|
55
|
}
|