From ba3d748f9eb65a66fca9bd74fc7796b90a0a70ae Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期五, 30 六月 2023 09:06:15 +0800
Subject: [PATCH] Merge branch 'release/v1.1.3发布'

---
 uniapp/pages.json |   23 +++++++++++++----------
 1 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/uniapp/pages.json b/uniapp/pages.json
index b96baae..9fa9c12 100644
--- a/uniapp/pages.json
+++ b/uniapp/pages.json
@@ -4,6 +4,9 @@
 		"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
 	},
 	"pages": [
+	    {
+			"path": "pages/index/launchPage"
+		},
 		//棣栭〉
 		{
 			"path": "pages/index/index",
@@ -880,33 +883,33 @@
 		// "height": "60px",
 		"list": [{
 				"pagePath": "pages/index/index",
-				"iconPath": "static/images/tabBar/home.png",
-				"selectedIconPath": "static/images/tabBar/homeActive.png",
+				"iconPath": "static/images/tabBar/ne_index.png",
+				"selectedIconPath": "static/images/tabBar/ne_index_act.png",
 				"text": " 棣栭〉"
 			},
 			{
 				"pagePath": "pages/rankinglist/fengqiang",
-				"iconPath": "static/images/tabBar/fqbico_un.png",
-				"selectedIconPath": "static/images/tabBar/fqbico_in.png",
+				"iconPath": "static/images/tabBar/ne_qiang.png",
+				"selectedIconPath": "static/images/tabBar/ne_qiang_act.png",
 				"text": "鐤姠姒�"
 			},
 			{
 				"pagePath": "pages/rankinglist/xianbao",
-				"iconPath": "static/images/tabBar/find.png",
-				"selectedIconPath": "static/images/tabBar/findactive.png",
+				"iconPath": "static/images/tabBar/ne_xb.png",
+				"selectedIconPath": "static/images/tabBar/ne_xb_act.png",
 				"text": "绾挎姤"
 			},
 			{
 				"pagePath": "pages/community/community",
-				"iconPath": "static/images/tabBar/talentSay.png",
-				"selectedIconPath": "static/images/tabBar/talentSayactive.png",
+				"iconPath": "static/images/tabBar/ne_bend.png",
+				"selectedIconPath": "static/images/tabBar/ne_bend_act.png",
 				"text": "鏈湴鐢熸椿"
 			}, 
 		 	
 			{
 				"pagePath": "pages/mine/mine",
-				"iconPath": "static/images/tabBar/mine.png",
-				"selectedIconPath": "static/images/tabBar/mineActive.png",
+				"iconPath": "static/images/tabBar/ne_mine.png",
+				"selectedIconPath": "static/images/tabBar/ne_mine_act.png",
 				"text": "鎴戠殑"
 			}
 		]

--
Gitblit v1.9.3