diff --git a/pages.json b/pages.json index fe9ebdf35b1b584e54f6dda06a612f72bc1395ad..910a1da3516257a79ba57a51def55acb8d0f5544 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 015840c98ff39e56c4c648cf0c466a81dffa6cf2..e3f45999ad98714491fdb3123c76e1b8440f6116 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",