|
@@ -4,7 +4,7 @@ export default [
|
4
|
4
|
{
|
5
|
5
|
iconCode: 'integralMall',
|
6
|
6
|
iconName: '赚积分',
|
7
|
|
- iconUrl: 'https://njcj.oss-cn-shanghai.aliyuncs.com/miniapp/upload/images/1580811839725-mall-icon.png',
|
|
7
|
+ iconUrl: require('@/assets/index/mall.png'),
|
8
|
8
|
tab: '/pages/shop/index',
|
9
|
9
|
default: true,
|
10
|
10
|
},
|
|
@@ -16,13 +16,13 @@ export default [
|
16
|
16
|
|
17
|
17
|
return `/useless/pages/agent/recommend/index?type=index&cityId=${(city || {}).id}`
|
18
|
18
|
},
|
19
|
|
- iconUrl: 'https://njcj.oss-cn-shanghai.aliyuncs.com/miniapp/upload/images/1580811691300-recommend-icon.png',
|
|
19
|
+ iconUrl: require('@/assets/index/recommend.png'),
|
20
|
20
|
default: true,
|
21
|
21
|
},
|
22
|
22
|
{
|
23
|
23
|
iconCode: 'buyingEncyclopedia',
|
24
|
24
|
iconName: '购房须知',
|
25
|
|
- iconUrl: 'https://njcj.oss-cn-shanghai.aliyuncs.com/miniapp/upload/images/1580811865979-encyclopedia-icon.png',
|
|
25
|
+ iconUrl: require('@/assets/index/encyclopedia.png'),
|
26
|
26
|
page: '/pages/policy/index?from=mine',
|
27
|
27
|
default: true,
|
28
|
28
|
},
|
|
@@ -30,7 +30,7 @@ export default [
|
30
|
30
|
iconCode: 'findRoom',
|
31
|
31
|
iconName: '选好房',
|
32
|
32
|
page: '/pages/project/map/index',
|
33
|
|
- iconUrl: 'https://njcj.oss-cn-shanghai.aliyuncs.com/miniapp/upload/images/1580811880140-map-icon.png',
|
|
33
|
+ iconUrl: require('@/assets/index/map.png'),
|
34
|
34
|
default: true,
|
35
|
35
|
},
|
36
|
36
|
{
|