Bladeren bron

列表渲染

xcx 4 jaren geleden
bovenliggende
commit
15ea970d86

+ 17
- 17
src/app.config.js Bestand weergeven

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

BIN
src/assets/image/iconhuiaixin-.png Bestand weergeven


BIN
src/assets/image/iconhuiaixin.png Bestand weergeven


BIN
src/assets/image/iconhuiquanyi-.png Bestand weergeven


BIN
src/assets/image/iconhuiquanyi.png Bestand weergeven


BIN
src/assets/image/iconhuishenghuo-.png Bestand weergeven


BIN
src/assets/image/iconhuishenghuo.png Bestand weergeven


BIN
src/assets/image/iconhuodong.png Bestand weergeven


BIN
src/assets/image/iconwode-.png Bestand weergeven


BIN
src/assets/image/iconwode.png Bestand weergeven