diff --git a/pages/tabBar/API.uvue b/pages/tabBar/API.uvue index f951e4eec35aedbfb95cfc2d1b6ae540957cb621..bc0a6e4586c0b8d413a343ec05de7029328e813a 100644 --- a/pages/tabBar/API.uvue +++ b/pages/tabBar/API.uvue @@ -423,16 +423,16 @@ ] as Page[], }, { - id: 'third-party', - name: '第三方服务', + id: 'login', + name: '登录与认证', pages: [ - { - name: '实人认证', - url: 'facial-recognition-verify', - }, { name: '一键登录', url: 'uni-verify', + }, + { + name: '实人认证', + url: 'facial-recognition-verify', } ] as Page[], }, @@ -484,26 +484,7 @@ }, ] as Page[], }, - { - id: "speech", - name: "语音", - pages: [ - { - name: "语音识别", - url: "/platforms/app-plus/speech/speech", - }, - ] as Page[], - }, - { - id: "push", - name: "推送", - pages: [ - { - name: "推送", - url: "/platforms/app-plus/push/push", - }, - ] as Page[], - }, */ + */ ] as ListItem[], arrowUpIcon: '/static/icons/arrow-up.png', arrowDownIcon: '/static/icons/arrow-down.png',