From da25434b85fc5b4321c429bf95e719d00ec395bb Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Thu, 11 Jan 2024 16:21:16 +0800 Subject: [PATCH] 定位优化 --- pages.json | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 60 insertions(+), 0 deletions(-) diff --git a/pages.json b/pages.json new file mode 100644 index 0000000..67f5ae8 --- /dev/null +++ b/pages.json @@ -0,0 +1,60 @@ +{ + "pages": [{ + "path": "pages/index/index", + "style": { + "navigationBarTitleText": "������", + "enablePullDownRefresh": false, + "disableSwipeBack": true, + "navigationStyle": "custom" + } + }, { + "path": "pages/actionChange/agencyPage/index", + "style": { + "navigationBarTitleText": "������", + "navigationStyle": "custom", + "app-plus": { + "bounce": "none" + }, // ������ios��������������� + "enablePullDownRefresh": false + } + }, { + "path": "pages/login/login", + "style": { + "navigationBarTitleText": "������", + "app-plus": { + "bounce": "none" + }, // ������ios��������������� + "enablePullDownRefresh": false + } + }, { + "path": "pages/actionChange/newPage/index", + "style": { + "navigationBarTitleText": "���������������", + "app-plus": { + "bounce": "none" + }, // ������ios��������������� + "enablePullDownRefresh": false + } + }, { + "path": "pages/actionChange/workOrderDetails/index", + "style": { + "navigationBarTitleText": "���������������", + "enablePullDownRefresh": false + } + }, { + "path": "pages/actionChange/myInfor/index", + "style": { + "navigationBarTitleText": "������", + "enablePullDownRefresh": false, + "disableSwipeBack": true, + "navigationStyle": "custom" + } + }, { + "path": "pages/actionChange/secondLevelData/index", + "style": { + "navigationBarTitleText": "������������", + "enablePullDownRefresh": false, + "disableSwipeBack": true + } + }] +} \ No newline at end of file -- Gitblit v1.8.0