From b76f74bbdc72608407650b2d50d694e2e313999f Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Fri, 1 Dec 2023 11:12:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/u-link/u-link.vue | 59 ------------------------------------ pages.json | 13 ++++++-- 2 files changed, 11 insertions(+), 61 deletions(-) delete mode 100644 components/u-link/u-link.vue diff --git a/components/u-link/u-link.vue b/components/u-link/u-link.vue deleted file mode 100644 index de56c41..0000000 --- a/components/u-link/u-link.vue +++ /dev/null @@ -1,59 +0,0 @@ - - - - - diff --git a/pages.json b/pages.json index 0213899..9e9998e 100644 --- a/pages.json +++ b/pages.json @@ -99,6 +99,9 @@ "mp-360": { "navigationStyle": "custom" }, + "app-plus":{ + "bounce":"none" + }, "h5": { "maxWidth": 1190, "navigationBarTextStyle": "black", @@ -114,13 +117,19 @@ "pagePath": "pages/tabBar/sending/sending", "iconPath": "static/sending.png", "selectedIconPath": "static/sendingSLT.png", - "text": "寄件" + "text": "首页" }, { "pagePath": "pages/tabBar/search/search", "iconPath": "static/search.png", "selectedIconPath": "static/searchSLT.png", - "text": "查件" + "text": "订单" + }, + { + "pagePath": "pages/tabBar/search/search", + "iconPath": "static/search.png", + "selectedIconPath": "static/searchSLT.png", + "text": "操作" }, { "pagePath": "pages/tabBar/mine/mine",