tanxue 1 месяц назад
Родитель
Сommit
0434ecf0fb
1 измененных файлов с 4 добавлено и 4 удалено
  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',
 					},
 				],
 			};