Quellcode durchsuchen

图片路径修改

tanxue vor 1 Monat
Ursprung
Commit
0434ecf0fb
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4 4
      components/custom-tabbar/custom-tabbar-client.vue

+ 4 - 4
components/custom-tabbar/custom-tabbar-client.vue

@@ -24,14 +24,14 @@
 				tabList: [{
 						text: '首页',
 						path: `/pages/client/ShouYe/shouye`,
-						iconPath: '/static/images/tabbar/unselect/client-jz-icon.png',
-						activePath:'/static/images/tabbar/select/client-jz-icon.png',
+						iconPath: 'static/images/tabbar/unselect/client-jz-icon.png',
+						activePath:'static/images/tabbar/select/client-jz-icon.png',
 					},
 					{
 						text: '我的',
 						path: `/pages/client/my/index`,
-						iconPath: '/static/images/tabbar/unselect/client-my-icon.png',
-						activePath: '/static/images/tabbar/select/client-my-icon.png',
+						iconPath: 'static/images/tabbar/unselect/client-my-icon.png',
+						activePath: 'static/images/tabbar/select/client-my-icon.png',
 					},
 				],
 			};