From 73000e4995476a3f2cd042d9dbc9a6e4b16a3b86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Sun, 10 Mar 2024 14:36:37 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E7=BB=AD=E4=B8=8A=EF=BC=8C=E7=94=9F?= =?UTF-8?q?=E6=88=90=E8=87=AA=E5=B7=B1=E7=9A=84=E8=BF=99=E4=B8=A4=E4=B8=AA?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages.json b/src/pages.json index a260715..44e3335 100644 --- a/src/pages.json +++ b/src/pages.json @@ -31,8 +31,8 @@ { "iconPath": "static/tabbar/example.png", "selectedIconPath": "static/tabbar/exampleHL.png", - "pagePath": "pages/index/about", - "text": "关于" + "pagePath": "pages/index/i18n", + "text": "多语言" } ] }, @@ -46,10 +46,10 @@ } }, { - "path": "pages/index/about", + "path": "pages/index/i18n", "type": "page", "style": { - "navigationBarTitleText": "关于" + "navigationBarTitleText": "%app.name%" } } ],