From 59f49912a0baa231dffbfaf56445f5cbf0a02c0a Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Thu, 7 Sep 2023 15:21:37 +0800 Subject: [PATCH] Revert "feat: hide uniCloud" This reverts commit 7575c4545b8117f2a126a207a7dec3c267c955a9. --- pages.json | 12 ++++++------ pages/tabBar/API.uvue | 20 ++++++++++---------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/pages.json b/pages.json index fe9ebdf3..910a1da3 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 015840c9..e3f45999 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