From 946ee22a678124dc0b4281af9550e5e43ab58a8a Mon Sep 17 00:00:00 2001 From: VK <370725567@qq.com> Date: Tue, 10 Dec 2024 15:08:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4openLocation=E5=9C=A8pages.js?= =?UTF-8?q?on=E7=9A=84=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pages.json b/pages.json index 978dfec3..c51e53eb 100644 --- a/pages.json +++ b/pages.json @@ -902,16 +902,6 @@ } }, // #endif - // #ifdef APP-ANDROID || APP-IOS || WEB - { - "path": "uni_modules/uni-openLocation/pages/openLocation/openLocation", - "style": { - "navigationBarTitleText": " ", - "navigationStyle": "custom", - "disableSwipeBack": false - } - }, - // #endif // #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN { "path": "pages/API/choose-location/choose-location", @@ -2351,6 +2341,16 @@ "backgroundColorContent": "#fffae8" } }, + // #ifdef APP-ANDROID || APP-IOS || WEB + { + "path": "uni_modules/uni-openLocation/pages/openLocation/openLocation", + "style": { + "navigationBarTitleText": " ", + "navigationStyle": "custom", + "disableSwipeBack": false + } + }, + // #endif // #ifdef APP-IOS { "path": "pages/API/event-bus/uts-event-bus", -- GitLab