From 56af69511ed06af0950e5b22a92c00a6b74ad20a Mon Sep 17 00:00:00 2001 From: 346149741 <346149741@qq.com> Date: 星期一, 24 六月 2024 09:29:39 +0800 Subject: [PATCH] 处理富文本图片 --- pages.json | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/pages.json b/pages.json index ab9ee85..22845e7 100644 --- a/pages.json +++ b/pages.json @@ -150,7 +150,7 @@ "path" : "translateRecord/translateRecord", "style" : { - "navigationBarTitleText" : "" + "navigationBarTitleText" : "瀹℃壒璁板綍" } }, { @@ -204,6 +204,21 @@ { "navigationBarTitleText" : "璇勪环" } + }, + { + "path" : "complaint/complaint", + "style" : + { + "navigationBarTitleText" : "鎶曡瘔璁板綍" + } + }, + { + "path" : "complaint/details", + "style" : + { + "navigationBarTitleText" : "", + "navigationStyle": "custom" + } } ] -- Gitblit v1.9.1