From 41b24e750bd642f42aa3953e8e174f99e1058798 Mon Sep 17 00:00:00 2001 From: wangzhitong Date: Tue, 20 Feb 2024 12:09:58 +0800 Subject: [PATCH] update pages.json --- pages.json | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/pages.json b/pages.json index 1c8e8577..85d3804c 100644 --- a/pages.json +++ b/pages.json @@ -258,6 +258,7 @@ "navigationBarTitleText": "web-view-local" } }, + // #ifndef APP-IOS { "path": "pages/component/unicloud-db-contacts/list", "style": { @@ -288,7 +289,8 @@ "style": { "navigationBarTitleText": "mixinDatacom" } - }, + }, + // #endif { "path": "pages/component/general-attribute/general-attribute", "style": { @@ -523,7 +525,8 @@ "style": { "navigationBarTitleText": "websocket-global" } - }, + }, + // #ifndef APP-IOS { "path": "pages/API/unicloud-call-function/unicloud-call-function", "style": { @@ -535,7 +538,8 @@ "style": { "navigationBarTitleText": "" } - }, + }, + // #endif { "path": "pages/API/get-system-info/get-system-info", "style": { @@ -605,7 +609,8 @@ "style": { "navigationBarTitleText": "event-bus" } - }, + }, + // #ifndef APP-IOS { "path": "pages/API/unicloud-file-api/unicloud-file-api", "style": { @@ -623,14 +628,15 @@ "style": { "navigationBarTitleText": "电量" } - }, + }, + // #endif { "path": "pages/API/get-window-info/get-window-info", "style": { "navigationBarTitleText": "get-window-info" } }, - // #ifdef APP + // #ifdef APP-ANDROID { "path": "pages/API/facial-recognition-verify/facial-recognition-verify", "style": { @@ -1135,7 +1141,7 @@ } }, // #endif - // #ifdef APP + // #ifdef APP-ANDROID { "path": "pages/template/calendar/calendar", "style": { -- GitLab