From c8eb1d74a09537143e697c849ca6e8986344212e Mon Sep 17 00:00:00 2001 From: cuiqian2004 <cuiqian2004@163.com> Date: 星期四, 12 九月 2024 17:28:19 +0800 Subject: [PATCH] 3018 disabled也要显示具体控件 --- pages.json | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/pages.json b/pages.json index d38795a..2cb99b0 100644 --- a/pages.json +++ b/pages.json @@ -114,7 +114,8 @@ "float": "right", //瀵艰埅鏍忕殑宸﹀彸浣嶇疆 "fontSrc": "/static/uni.ttf", "text": "\ue612" - }, { + }, + { "color": "#000000", "colorPressed": "#2D8CF0", "fontSize": "24px", @@ -180,6 +181,13 @@ } }, { + "path": "pages/login/set", + "style": { + "navigationBarTitleText": "%page.set_server%", + "enablePullDownRefresh": false + } + }, + { "path": "pages/login/language", "style": { "navigationBarTitleText": "%sys.language%", -- Gitblit v1.9.1