From 7575c4545b8117f2a126a207a7dec3c267c955a9 Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Wed, 6 Sep 2023 21:27:57 +0800 Subject: [PATCH] feat: hide uniCloud --- pages.json | 12 ++++++------ pages/tabBar/API.uvue | 20 ++++++++++---------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/pages.json b/pages.json index 910a1da3..fe9ebdf3 100644 --- a/pages.json +++ b/pages.json @@ -666,12 +666,12 @@ "navigationBarTitleText": "" } }, - { - "path": "pages/API/call-function/call-function", - "style": { - "navigationBarTitleText": "" - } - }, + // { + // "path": "pages/API/call-function/call-function", + // "style": { + // "navigationBarTitleText": "" + // } + // }, { "path": "pages/API/get-system-info/get-system-info", "style": { diff --git a/pages/tabBar/API.uvue b/pages/tabBar/API.uvue index fa231d95..996e044d 100644 --- a/pages/tabBar/API.uvue +++ b/pages/tabBar/API.uvue @@ -377,16 +377,16 @@ }, ] as Page[], }, - { - id: 'unicloud', - name: 'uniCloud', - pages: [ - { - name: '云函数', - url: 'call-function', - }, - ] as Page[], - }, + // { + // id: 'unicloud', + // name: 'uniCloud', + // pages: [ + // { + // name: '云函数', + // url: 'call-function', + // }, + // ] as Page[], + // }, /* { id: "rewarded-video-ad", url: "rewarded-video-ad", -- GitLab