From 3f60d2d1aee272ecb2afb00f833c13a4ef1b648f Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Tue, 26 Sep 2023 14:58:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E9=A2=98=E5=BA=95=E9=83=A8=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/App.vue b/App.vue index 97b44f3e..a7ea9055 100644 --- a/App.vue +++ b/App.vue @@ -1851,31 +1851,19 @@ // 菜单 uni.setTabBarItem({ index: 0, - pagePath: 'pages/index/index', - iconPath: 'static/images/common/tabbar/home.png', selectedIconPath: 'static/images/'+theme+'/tabbar/home.png', - text: '首页' }); uni.setTabBarItem({ index: 1, - pagePath: 'pages/goods-category/goods-category', - iconPath: 'static/images/common/tabbar/category.png', selectedIconPath: 'static/images/'+theme+'/tabbar/category.png', - text: '分类' }); uni.setTabBarItem({ index: 2, - pagePath: 'pages/cart/cart', - iconPath: 'static/images/common/tabbar/cart.png', selectedIconPath: 'static/images/'+theme+'/tabbar/cart.png', - text: '购物车' }); uni.setTabBarItem({ index: 3, - pagePath: 'pages/user/user', - iconPath: 'static/images/common/tabbar/user.png', selectedIconPath: 'static/images/'+theme+'/tabbar/user.png', - text: '我的' }); },