From 9201045a62b97c63e0cda7a63bc383b4074b2ee0 Mon Sep 17 00:00:00 2001 From: cuiqian2004 <cuiqian2004@163.com> Date: 星期三, 16 四月 2025 16:22:12 +0800 Subject: [PATCH] d --- pages.json | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/pages.json b/pages.json index d38795a..3823a6c 100644 --- a/pages.json +++ b/pages.json @@ -92,6 +92,14 @@ "enablePullDownRefresh": false } }, + { + "path" : "pages/modal/form/index", + "style" : + { + "navigationBarTitleText":"%sys.add2%", + "enablePullDownRefresh": false + } + }, // { // "path": "pages/modal/small-wnd/index", // "style": { @@ -114,7 +122,8 @@ "float": "right", //瀵艰埅鏍忕殑宸﹀彸浣嶇疆 "fontSrc": "/static/uni.ttf", "text": "\ue612" - }, { + }, + { "color": "#000000", "colorPressed": "#2D8CF0", "fontSize": "24px", @@ -180,6 +189,13 @@ } }, { + "path": "pages/login/set", + "style": { + "navigationBarTitleText": "%page.set_server%", + "enablePullDownRefresh": false + } + }, + { "path": "pages/login/language", "style": { "navigationBarTitleText": "%sys.language%", -- Gitblit v1.9.1