tanxue преди 1 месец
родител
ревизия
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',
 					},
 				],
 			};