From d96a15b304a5c9dccac0649188dbf19002fd5390 Mon Sep 17 00:00:00 2001 From: wanganxp Date: Sat, 2 Dec 2023 01:23:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabBar/API.uvue | 33 +++++++-------------------------- 1 file changed, 7 insertions(+), 26 deletions(-) diff --git a/pages/tabBar/API.uvue b/pages/tabBar/API.uvue index f951e4ee..bc0a6e45 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', -- GitLab