From fe7b350b7c551278d8e74c3d34c276d2f71e3f86 Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期五, 26 七月 2024 11:53:04 +0800
Subject: [PATCH] 横板文字不换行

---
 src/pages.json |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index a080930..7cb424c 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -137,11 +137,19 @@
 				"enablePullDownRefresh" : false,
 				"navigationStyle": "custom"
 			}
+		},
+		{
+			"path" : "pages/academicSchools/index",
+			"style" : 
+			{
+				"enablePullDownRefresh" : false,
+				"navigationStyle": "custom"
+			}
 		}
 	],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "涓浗鍖诲浜虹墿鐭ヨ瘑搴�",
+		"navigationBarTitleText": "涓浗鍘嗕唬鍖诲浜虹墿鐭ヨ瘑搴�",
 		"navigationBarBackgroundColor": "#F8F8F8",
 		"backgroundColor": "#F8F8F8"
 	}

--
Gitblit v1.9.1