From 33a713427264a1da3239de71e86658554ca9b4b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=BA=9A=E7=90=AA?= Date: Thu, 6 Jun 2024 11:05:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B1=8F=E8=94=BDcanvas=20component?= =?UTF-8?q?=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pages.json b/pages.json index 85e7c2b3..423b7da4 100644 --- a/pages.json +++ b/pages.json @@ -1490,14 +1490,18 @@ { "navigationBarTitleText" : "overflow-visible-event" } - }, + } + + // #ifdef APP-ANDROID + , { "path" : "pages/component/canvas/canvas", - "style" : + "style" : { "navigationBarTitleText" : "" } } + // #endif ], "globalStyle": { "pageOrientation": "portrait", -- GitLab