From 564f0fa17704ebd0a3a9e501ab2c05dbe9bd17db Mon Sep 17 00:00:00 2001 From: Tony Date: Thu, 28 Mar 2024 11:37:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A6=81=E6=AD=A2=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/inspectionManager/inspection/index.config.ts | 3 ++- src/iotManager/weatherStation/index.config.ts | 3 ++- src/msgManager/msgDetail/index.config.ts | 3 ++- src/pages/login/index.config.ts | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/inspectionManager/inspection/index.config.ts b/src/inspectionManager/inspection/index.config.ts index e6b75f9..544d998 100644 --- a/src/inspectionManager/inspection/index.config.ts +++ b/src/inspectionManager/inspection/index.config.ts @@ -1,3 +1,4 @@ export default definePageConfig({ - navigationBarTitleText: '气象站' + navigationBarTitleText: '气象站', + disableScroll: true }) \ No newline at end of file diff --git a/src/iotManager/weatherStation/index.config.ts b/src/iotManager/weatherStation/index.config.ts index e6b75f9..544d998 100644 --- a/src/iotManager/weatherStation/index.config.ts +++ b/src/iotManager/weatherStation/index.config.ts @@ -1,3 +1,4 @@ export default definePageConfig({ - navigationBarTitleText: '气象站' + navigationBarTitleText: '气象站', + disableScroll: true }) \ No newline at end of file diff --git a/src/msgManager/msgDetail/index.config.ts b/src/msgManager/msgDetail/index.config.ts index 68a9942..e7b27e8 100644 --- a/src/msgManager/msgDetail/index.config.ts +++ b/src/msgManager/msgDetail/index.config.ts @@ -1,3 +1,4 @@ export default definePageConfig({ - navigationBarTitleText: '消息详情' + navigationBarTitleText: '消息详情', + disableScroll: true }) \ No newline at end of file diff --git a/src/pages/login/index.config.ts b/src/pages/login/index.config.ts index 38f5101..596d990 100644 --- a/src/pages/login/index.config.ts +++ b/src/pages/login/index.config.ts @@ -1,3 +1,4 @@ export default definePageConfig({ - navigationBarTitleText: '登录' + navigationBarTitleText: '登录', + disableScroll: true }) \ No newline at end of file