From d207f4690311f4497df3a557403d60caf21e14d4 Mon Sep 17 00:00:00 2001 From: kong <1436885666@qq.com> Date: Wed, 31 Jul 2024 01:50:03 +0000 Subject: [PATCH] =?UTF-8?q?update=20pages.json.=20=E4=BF=AE=E6=94=B9H5?= =?UTF-8?q?=E5=AD=90=E9=A1=B5=E9=9D=A2=E5=88=B7=E6=96=B0=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E5=9B=9E=E9=80=80=E8=B7=B3=E8=BD=AC=E8=87=B3=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: kong <1436885666@qq.com> --- pages.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages.json b/pages.json index 73c631a..43dc215 100644 --- a/pages.json +++ b/pages.json @@ -1,15 +1,15 @@ { "pages": [{ - "path": "pages/login", - "style": { - "navigationBarTitleText": "登录" - } - }, { "path": "pages/index", "style": { "navigationBarTitleText": "芋道移动端框架", "navigationStyle": "custom" } + }, { + "path": "pages/login", + "style": { + "navigationBarTitleText": "登录" + } }, { "path": "pages/work/index", "style": { -- Gitee