Browse Source

图片路径修改

tanxue 1 tháng trước cách đây
mục cha
commit
0434ecf0fb
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  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',
 					},
 				],
 			};