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